Html Css Color HEX #EA55B0 Brilliant Rose

📋 copy color: '#EA55B0'

red 234 ◦ green 85 ◦ blue 176

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

Shades of Brilliant Rose #EA55B0

Tints of Brilliant Rose #EA55B0

RGB

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

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

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

R = 47.27%
G = 17.17%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA55B0 (or 0xEA55B0) is known color: Brilliant Rose. HEX triplet: EA, 55 and B0. RGB value is (234,85,176). Sum of RGB (Red+Green+Blue) = 234+85+176=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55B0 is #15AA4F. Grayscale: #8B8B8B. Windows color (decimal): -1419856 or 11556330. OLE color: 11556330.

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

Color convert

RGB 234 85 176 -
CMYK 0 0.64 0.25 0.08
HSL 323.36º 0.78% 0.63% -
HSV(B) 323.36º 0.64% 0.92% -
XYZ 45.02 27.12 43.94 -
YUV 139.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 234 85 176 0 0.64 0.25 0.08 323.36 0.78 0.63
Hex EA 55 B0 0 40 19 8 143 4E 3F
Octal 352 125 260 0 100 31 10 503 116 77
Binary 11101010 1010101 10110000 0 1000000 11001 1000 101000011 1001110 111111

Color Harmonies of #EA55B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55B0

Black with #EA55B0

Text Example


Text Example

White with #EA55B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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