Html Css Color HEX #EA86BB Persian Pink

📋 copy color: '#EA86BB'

red 234 ◦ green 134 ◦ blue 187

#EA86BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #EA86BB

Tints of Persian Pink #EA86BB

RGB

 RED value IS 234 (91.8% from 255) = 42.16%

 GREEN value IS 134 (52.73% from 255) = 24.14%

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 42.16%
G = 24.14%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA86BB (or 0xEA86BB) is known color: Persian Pink. HEX triplet: EA, 86 and BB. RGB value is (234,134,187). Sum of RGB (Red+Green+Blue) = 234+134+187=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86BB is #157944. Grayscale: #A9A9A9. Windows color (decimal): -1407301 or 12289770. OLE color: 12289770.

HSL color Cylindrical-coordinate representation of color #EA86BB: hue angle of 328.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86BB is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 187 -
CMYK 0 0.43 0.20 0.08
HSL 328.2º 0.7% 0.72% -
HSV(B) 328.2º 0.43% 0.92% -
XYZ 51.43 38.13 51.66 -
YUV 169.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 234 134 187 0 0.43 0.20 0.08 328.2 0.7 0.72
Hex EA 86 BB 0 2B 14 8 148 46 48
Octal 352 206 273 0 53 24 10 510 106 110
Binary 11101010 10000110 10111011 0 101011 10100 1000 101001000 1000110 1001000

Color Harmonies of #EA86BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA86BB

Black with #EA86BB

Text Example


Text Example

White with #EA86BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA86BB; }

 p { color: rgb(234,134,187); }

 H1.HeaderClassName
 {
   color: #EA86BB;
 }
 .AnyTagClassName
 {
   color: #EA86BB;
 }
</style>

background-color css

<style>
 a { background-color: #EA86BB; }

 a { background-color: rgb(234,134,187); }

 div.DivClassName
 {
   background-color: #EA86BB;
 }
 .BgClassName
 {
   background-color: #EA86BB;
 }
</style>

border-color css

<style>
 span { border-color: #EA86BB; }

 span { border-color: rgb(234,134,187); }

 td.TdClassName
 {
   border-color: #EA86BB;
 }
 .TagClassName
 {
   border-color: #EA86BB;
 }
</style>