Html Css Color HEX #EA55B2 Brilliant Rose

📋 copy color: '#EA55B2'

red 234 ◦ green 85 ◦ blue 178

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

Shades of Brilliant Rose #EA55B2

Tints of Brilliant Rose #EA55B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.1%

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 47.08%
G = 17.1%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA55B2 (or 0xEA55B2) is known color: Brilliant Rose. HEX triplet: EA, 55 and B2. RGB value is (234,85,178). Sum of RGB (Red+Green+Blue) = 234+85+178=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55B2 is #15AA4D. Grayscale: #8B8B8B. Windows color (decimal): -1419854 or 11687402. OLE color: 11687402.

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

Color convert

RGB 234 85 178 -
CMYK 0 0.64 0.24 0.08
HSL 322.55º 0.78% 0.63% -
HSV(B) 322.55º 0.64% 0.92% -
XYZ 45.22 27.2 44.99 -
YUV 140.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 234 85 178 0 0.64 0.24 0.08 322.55 0.78 0.63
Hex EA 55 B2 0 40 18 8 143 4E 3F
Octal 352 125 262 0 100 30 10 503 116 77
Binary 11101010 1010101 10110010 0 1000000 11000 1000 101000011 1001110 111111

Color Harmonies of #EA55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55B2

Black with #EA55B2

Text Example


Text Example

White with #EA55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55B2; }

 p { color: rgb(234,85,178); }

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

background-color css

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

 a { background-color: rgb(234,85,178); }

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

border-color css

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

 span { border-color: rgb(234,85,178); }

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