Html Css Color HEX #EA70BB Persian Pink

📋 copy color: '#EA70BB'

red 234 ◦ green 112 ◦ blue 187

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

Shades of Persian Pink #EA70BB

Tints of Persian Pink #EA70BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.01%

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

R = 43.9%
G = 21.01%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA70BB (or 0xEA70BB) is known color: Persian Pink. HEX triplet: EA, 70 and BB. RGB value is (234,112,187). Sum of RGB (Red+Green+Blue) = 234+112+187=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA70BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA70BB is #158F44. Grayscale: #9C9C9C. Windows color (decimal): -1412933 or 12284138. OLE color: 12284138.

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

Color convert

RGB 234 112 187 -
CMYK 0 0.52 0.20 0.08
HSL 323.11º 0.74% 0.68% -
HSV(B) 323.11º 0.52% 0.92% -
XYZ 48.7 32.67 50.75 -
YUV 157.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 234 112 187 0 0.52 0.20 0.08 323.11 0.74 0.68
Hex EA 70 BB 0 34 14 8 143 4A 44
Octal 352 160 273 0 64 24 10 503 112 104
Binary 11101010 1110000 10111011 0 110100 10100 1000 101000011 1001010 1000100

Color Harmonies of #EA70BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA70BB

Black with #EA70BB

Text Example


Text Example

White with #EA70BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA70BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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