Html Css Color HEX #EE50B6 Brilliant Rose

📋 copy color: '#EE50B6'

red 238 ◦ green 80 ◦ blue 182

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

Shades of Brilliant Rose #EE50B6

Tints of Brilliant Rose #EE50B6

RGB

 RED value IS 238 (93.36% from 255) = 47.6%

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

 BLUE value IS 182 (71.48% from 255) = 36.4%

R = 47.6%
G = 16%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EE50B6 (or 0xEE50B6) is known color: Brilliant Rose. HEX triplet: EE, 50 and B6. RGB value is (238,80,182). Sum of RGB (Red+Green+Blue) = 238+80+182=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50B6 is #11AF49. Grayscale: #8A8A8A. Windows color (decimal): -1158986 or 11948270. OLE color: 11948270.

HSL color Cylindrical-coordinate representation of color #EE50B6: hue angle of 321.27º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50B6 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 80 182 -
CMYK 0 0.66 0.24 0.07
HSL 321.27º 0.82% 0.62% -
HSV(B) 321.27º 0.66% 0.93% -
XYZ 46.57 27.29 47.07 -
YUV 138.87 152.35 198.71 -
System Red Green Blue C M Y K H S L
Decimal 238 80 182 0 0.66 0.24 0.07 321.27 0.82 0.62
Hex EE 50 B6 0 42 18 7 141 52 3E
Octal 356 120 266 0 102 30 7 501 122 76
Binary 11101110 1010000 10110110 0 1000010 11000 111 101000001 1010010 111110

Color Harmonies of #EE50B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50B6

Black with #EE50B6

Text Example


Text Example

White with #EE50B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50B6; }

 p { color: rgb(238,80,182); }

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

background-color css

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

 a { background-color: rgb(238,80,182); }

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

border-color css

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

 span { border-color: rgb(238,80,182); }

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