Html Css Color HEX #EA85B5 Persian Pink

📋 copy color: '#EA85B5'

red 234 ◦ green 133 ◦ blue 181

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

Shades of Persian Pink #EA85B5

Tints of Persian Pink #EA85B5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.27%

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 42.7%
G = 24.27%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA85B5 (or 0xEA85B5) is known color: Persian Pink. HEX triplet: EA, 85 and B5. RGB value is (234,133,181). Sum of RGB (Red+Green+Blue) = 234+133+181=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85B5 is #157A4A. Grayscale: #A8A8A8. Windows color (decimal): -1407563 or 11896298. OLE color: 11896298.

HSL color Cylindrical-coordinate representation of color #EA85B5: hue angle of 331.49º degrees, saturation: 0.71, 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 #EA85B5 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 181 -
CMYK 0 0.43 0.23 0.08
HSL 331.49º 0.71% 0.72% -
HSV(B) 331.49º 0.43% 0.92% -
XYZ 50.66 37.6 48.3 -
YUV 168.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 234 133 181 0 0.43 0.23 0.08 331.49 0.71 0.72
Hex EA 85 B5 0 2B 17 8 14B 47 48
Octal 352 205 265 0 53 27 10 513 107 110
Binary 11101010 10000101 10110101 0 101011 10111 1000 101001011 1000111 1001000

Color Harmonies of #EA85B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA85B5

Black with #EA85B5

Text Example


Text Example

White with #EA85B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA85B5; }

 p { color: rgb(234,133,181); }

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

background-color css

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

 a { background-color: rgb(234,133,181); }

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

border-color css

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

 span { border-color: rgb(234,133,181); }

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