Html Css Color HEX #EE50B3 Brilliant Rose

📋 copy color: '#EE50B3'

red 238 ◦ green 80 ◦ blue 179

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

Shades of Brilliant Rose #EE50B3

Tints of Brilliant Rose #EE50B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.02%

R = 47.89%
G = 16.1%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE50B3 (or 0xEE50B3) is known color: Brilliant Rose. HEX triplet: EE, 50 and B3. RGB value is (238,80,179). Sum of RGB (Red+Green+Blue) = 238+80+179=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50B3 is #11AF4C. Grayscale: #8A8A8A. Windows color (decimal): -1158989 or 11751662. OLE color: 11751662.

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

Color convert

RGB 238 80 179 -
CMYK 0 0.66 0.25 0.07
HSL 322.41º 0.82% 0.62% -
HSV(B) 322.41º 0.66% 0.93% -
XYZ 46.27 27.17 45.45 -
YUV 138.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 238 80 179 0 0.66 0.25 0.07 322.41 0.82 0.62
Hex EE 50 B3 0 42 19 7 142 52 3E
Octal 356 120 263 0 102 31 7 502 122 76
Binary 11101110 1010000 10110011 0 1000010 11001 111 101000010 1010010 111110

Color Harmonies of #EE50B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE50B3

Black with #EE50B3

Text Example


Text Example

White with #EE50B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE50B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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