Html Css Color HEX #EE66A0 Brilliant Rose

📋 copy color: '#EE66A0'

red 238 ◦ green 102 ◦ blue 160

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

Shades of Brilliant Rose #EE66A0

Tints of Brilliant Rose #EE66A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.4%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 47.6%
G = 20.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE66A0 (or 0xEE66A0) is known color: Brilliant Rose. HEX triplet: EE, 66 and A0. RGB value is (238,102,160). Sum of RGB (Red+Green+Blue) = 238+102+160=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE66A0 is #11995F. Grayscale: #959595. Windows color (decimal): -1153376 or 10512110. OLE color: 10512110.

HSL color Cylindrical-coordinate representation of color #EE66A0: hue angle of 334.41º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE66A0 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 102 160 -
CMYK 0 0.57 0.33 0.07
HSL 334.41º 0.8% 0.67% -
HSV(B) 334.41º 0.57% 0.93% -
XYZ 46.36 30.22 36.65 -
YUV 149.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 238 102 160 0 0.57 0.33 0.07 334.41 0.8 0.67
Hex EE 66 A0 0 39 21 7 14E 50 43
Octal 356 146 240 0 71 41 7 516 120 103
Binary 11101110 1100110 10100000 0 111001 100001 111 101001110 1010000 1000011

Color Harmonies of #EE66A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE66A0

Black with #EE66A0

Text Example


Text Example

White with #EE66A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE66A0; }

 p { color: rgb(238,102,160); }

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

background-color css

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

 a { background-color: rgb(238,102,160); }

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

border-color css

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

 span { border-color: rgb(238,102,160); }

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