Html Css Color HEX #EA539C Brilliant Rose

📋 copy color: '#EA539C'

red 234 ◦ green 83 ◦ blue 156

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

Shades of Brilliant Rose #EA539C

Tints of Brilliant Rose #EA539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

 BLUE value IS 156 (61.33% from 255) = 32.98%

R = 49.47%
G = 17.55%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA539C (or 0xEA539C) is known color: Brilliant Rose. HEX triplet: EA, 53 and 9C. RGB value is (234,83,156). Sum of RGB (Red+Green+Blue) = 234+83+156=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA539C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA539C is #15AC63. Grayscale: #888888. Windows color (decimal): -1420388 or 10245098. OLE color: 10245098.

HSL color Cylindrical-coordinate representation of color #EA539C: hue angle of 330.99º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA539C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 156 -
CMYK 0 0.65 0.33 0.08
HSL 330.99º 0.78% 0.62% -
HSV(B) 330.99º 0.65% 0.92% -
XYZ 43.03 26.08 34.22 -
YUV 136.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 234 83 156 0 0.65 0.33 0.08 330.99 0.78 0.62
Hex EA 53 9C 0 41 21 8 14B 4E 3E
Octal 352 123 234 0 101 41 10 513 116 76
Binary 11101010 1010011 10011100 0 1000001 100001 1000 101001011 1001110 111110

Color Harmonies of #EA539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA539C

Black with #EA539C

Text Example


Text Example

White with #EA539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA539C; }

 p { color: rgb(234,83,156); }

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

background-color css

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

 a { background-color: rgb(234,83,156); }

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

border-color css

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

 span { border-color: rgb(234,83,156); }

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