Html Css Color HEX #EA36AB Persian Rose

📋 copy color: '#EA36AB'

red 234 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #EA36AB

Tints of Persian Rose #EA36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.76%

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

R = 50.98%
G = 11.76%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA36AB (or 0xEA36AB) is known color: Persian Rose. HEX triplet: EA, 36 and AB. RGB value is (234,54,171). Sum of RGB (Red+Green+Blue) = 234+54+171=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA36AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA36AB is #15C954. Grayscale: #787878. Windows color (decimal): -1427797 or 11220714. OLE color: 11220714.

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

Color convert

RGB 234 54 171 -
CMYK 0 0.77 0.27 0.08
HSL 321º 0.81% 0.56% -
HSV(B) 321º 0.77% 0.92% -
XYZ 42.6 23.07 40.74 -
YUV 121.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 234 54 171 0 0.77 0.27 0.08 321 0.81 0.56
Hex EA 36 AB 0 4D 1B 8 141 51 38
Octal 352 66 253 0 115 33 10 501 121 70
Binary 11101010 110110 10101011 0 1001101 11011 1000 101000001 1010001 111000

Color Harmonies of #EA36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA36AB

Black with #EA36AB

Text Example


Text Example

White with #EA36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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