Html Css Color HEX #EA37AB Persian Rose

📋 copy color: '#EA37AB'

red 234 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #EA37AB

Tints of Persian Rose #EA37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.96%

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 50.87%
G = 11.96%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA37AB (or 0xEA37AB) is known color: Persian Rose. HEX triplet: EA, 37 and AB. RGB value is (234,55,171). Sum of RGB (Red+Green+Blue) = 234+55+171=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA37AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA37AB is #15C854. Grayscale: #797979. Windows color (decimal): -1427541 or 11220970. OLE color: 11220970.

HSL color Cylindrical-coordinate representation of color #EA37AB: hue angle of 321.12º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA37AB is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 55 171 -
CMYK 0 0.76 0.27 0.08
HSL 321.12º 0.81% 0.57% -
HSV(B) 321.12º 0.76% 0.92% -
XYZ 42.65 23.17 40.75 -
YUV 121.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 234 55 171 0 0.76 0.27 0.08 321.12 0.81 0.57
Hex EA 37 AB 0 4C 1B 8 141 51 39
Octal 352 67 253 0 114 33 10 501 121 71
Binary 11101010 110111 10101011 0 1001100 11011 1000 101000001 1010001 111001

Color Harmonies of #EA37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA37AB

Black with #EA37AB

Text Example


Text Example

White with #EA37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA37AB; }

 p { color: rgb(234,55,171); }

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

background-color css

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

 a { background-color: rgb(234,55,171); }

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

border-color css

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

 span { border-color: rgb(234,55,171); }

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