Html Css Color HEX #EE6A84 Deep Blush

📋 copy color: '#EE6A84'

red 238 ◦ green 106 ◦ blue 132

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

Shades of Deep Blush #EE6A84

Tints of Deep Blush #EE6A84

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.27%

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 50%
G = 22.27%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE6A84 (or 0xEE6A84) is known color: Deep Blush. HEX triplet: EE, 6A and 84. RGB value is (238,106,132). Sum of RGB (Red+Green+Blue) = 238+106+132=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A84 is #11957B. Grayscale: #949494. Windows color (decimal): -1152380 or 8678126. OLE color: 8678126.

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

Color convert

RGB 238 106 132 -
CMYK 0 0.55 0.45 0.07
HSL 348.18º 0.8% 0.67% -
HSV(B) 348.18º 0.55% 0.93% -
XYZ 44.58 30.15 25.3 -
YUV 148.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 238 106 132 0 0.55 0.45 0.07 348.18 0.8 0.67
Hex EE 6A 84 0 37 2D 7 15C 50 43
Octal 356 152 204 0 67 55 7 534 120 103
Binary 11101110 1101010 10000100 0 110111 101101 111 101011100 1010000 1000011

Color Harmonies of #EE6A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A84

Black with #EE6A84

Text Example


Text Example

White with #EE6A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A84; }

 p { color: rgb(238,106,132); }

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

background-color css

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

 a { background-color: rgb(238,106,132); }

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

border-color css

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

 span { border-color: rgb(238,106,132); }

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