Html Css Color HEX #EA50B5 Brilliant Rose

📋 copy color: '#EA50B5'

red 234 ◦ green 80 ◦ blue 181

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

Shades of Brilliant Rose #EA50B5

Tints of Brilliant Rose #EA50B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.16%

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 47.27%
G = 16.16%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA50B5 (or 0xEA50B5) is known color: Brilliant Rose. HEX triplet: EA, 50 and B5. RGB value is (234,80,181). Sum of RGB (Red+Green+Blue) = 234+80+181=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50B5 is #15AF4A. Grayscale: #898989. Windows color (decimal): -1421131 or 11882730. OLE color: 11882730.

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

Color convert

RGB 234 80 181 -
CMYK 0 0.66 0.23 0.08
HSL 320.65º 0.79% 0.62% -
HSV(B) 320.65º 0.66% 0.92% -
XYZ 45.14 26.57 46.46 -
YUV 137.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 234 80 181 0 0.66 0.23 0.08 320.65 0.79 0.62
Hex EA 50 B5 0 42 17 8 141 4F 3E
Octal 352 120 265 0 102 27 10 501 117 76
Binary 11101010 1010000 10110101 0 1000010 10111 1000 101000001 1001111 111110

Color Harmonies of #EA50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50B5

Black with #EA50B5

Text Example


Text Example

White with #EA50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50B5; }

 p { color: rgb(234,80,181); }

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

background-color css

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

 a { background-color: rgb(234,80,181); }

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

border-color css

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

 span { border-color: rgb(234,80,181); }

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