Html Css Color HEX #EA36B0 Persian Rose

📋 copy color: '#EA36B0'

red 234 ◦ green 54 ◦ blue 176

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

Shades of Persian Rose #EA36B0

Tints of Persian Rose #EA36B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 50.43%
G = 11.64%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA36B0 (or 0xEA36B0) is known color: Persian Rose. HEX triplet: EA, 36 and B0. RGB value is (234,54,176). Sum of RGB (Red+Green+Blue) = 234+54+176=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA36B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA36B0 is #15C94F. Grayscale: #797979. Windows color (decimal): -1427792 or 11548394. OLE color: 11548394.

HSL color Cylindrical-coordinate representation of color #EA36B0: hue angle of 319.33º 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 #EA36B0 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 54 176 -
CMYK 0 0.77 0.25 0.08
HSL 319.33º 0.81% 0.56% -
HSV(B) 319.33º 0.77% 0.92% -
XYZ 43.09 23.27 43.29 -
YUV 121.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 234 54 176 0 0.77 0.25 0.08 319.33 0.81 0.56
Hex EA 36 B0 0 4D 19 8 13F 51 38
Octal 352 66 260 0 115 31 10 477 121 70
Binary 11101010 110110 10110000 0 1001101 11001 1000 100111111 1010001 111000

Color Harmonies of #EA36B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA36B0

Black with #EA36B0

Text Example


Text Example

White with #EA36B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA36B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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