Html Css Color HEX #EA539B Brilliant Rose

📋 copy color: '#EA539B'

red 234 ◦ green 83 ◦ blue 155

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

Shades of Brilliant Rose #EA539B

Tints of Brilliant Rose #EA539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.84%

R = 49.58%
G = 17.58%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA539B (or 0xEA539B) is known color: Brilliant Rose. HEX triplet: EA, 53 and 9B. RGB value is (234,83,155). Sum of RGB (Red+Green+Blue) = 234+83+155=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA539B is #15AC64. Grayscale: #888888. Windows color (decimal): -1420389 or 10179562. OLE color: 10179562.

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

Color convert

RGB 234 83 155 -
CMYK 0 0.65 0.34 0.08
HSL 331.39º 0.78% 0.62% -
HSV(B) 331.39º 0.65% 0.92% -
XYZ 42.94 26.05 33.77 -
YUV 136.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 234 83 155 0 0.65 0.34 0.08 331.39 0.78 0.62
Hex EA 53 9B 0 41 22 8 14B 4E 3E
Octal 352 123 233 0 101 42 10 513 116 76
Binary 11101010 1010011 10011011 0 1000001 100010 1000 101001011 1001110 111110

Color Harmonies of #EA539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA539B

Black with #EA539B

Text Example


Text Example

White with #EA539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA539B; }

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

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

background-color css

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

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

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

border-color css

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

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

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