Html Css Color HEX #EE6695 Deep Blush

📋 copy color: '#EE6695'

red 238 ◦ green 102 ◦ blue 149

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

Shades of Deep Blush #EE6695

Tints of Deep Blush #EE6695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 48.67%
G = 20.86%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE6695 (or 0xEE6695) is known color: Deep Blush. HEX triplet: EE, 66 and 95. RGB value is (238,102,149). Sum of RGB (Red+Green+Blue) = 238+102+149=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6695 is #11996A. Grayscale: #939393. Windows color (decimal): -1153387 or 9791214. OLE color: 9791214.

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

Color convert

RGB 238 102 149 -
CMYK 0 0.57 0.37 0.07
HSL 339.26º 0.8% 0.67% -
HSV(B) 339.26º 0.57% 0.93% -
XYZ 45.44 29.85 31.8 -
YUV 148.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 238 102 149 0 0.57 0.37 0.07 339.26 0.8 0.67
Hex EE 66 95 0 39 25 7 153 50 43
Octal 356 146 225 0 71 45 7 523 120 103
Binary 11101110 1100110 10010101 0 111001 100101 111 101010011 1010000 1000011

Color Harmonies of #EE6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6695

Black with #EE6695

Text Example


Text Example

White with #EE6695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6695; }

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

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

background-color css

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

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

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

border-color css

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

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

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