Html Css Color HEX #EE509D Brilliant Rose

📋 copy color: '#EE509D'

red 238 ◦ green 80 ◦ blue 157

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

Shades of Brilliant Rose #EE509D

Tints of Brilliant Rose #EE509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 50.11%
G = 16.84%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE509D (or 0xEE509D) is known color: Brilliant Rose. HEX triplet: EE, 50 and 9D. RGB value is (238,80,157). Sum of RGB (Red+Green+Blue) = 238+80+157=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE509D is #11AF62. Grayscale: #878787. Windows color (decimal): -1159011 or 10309870. OLE color: 10309870.

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

Color convert

RGB 238 80 157 -
CMYK 0 0.66 0.34 0.07
HSL 330.76º 0.82% 0.62% -
HSV(B) 330.76º 0.66% 0.93% -
XYZ 44.21 26.35 34.65 -
YUV 136.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 238 80 157 0 0.66 0.34 0.07 330.76 0.82 0.62
Hex EE 50 9D 0 42 22 7 14B 52 3E
Octal 356 120 235 0 102 42 7 513 122 76
Binary 11101110 1010000 10011101 0 1000010 100010 111 101001011 1010010 111110

Color Harmonies of #EE509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE509D

Black with #EE509D

Text Example


Text Example

White with #EE509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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