Html Css Color HEX #EE6A8A Deep Blush

📋 copy color: '#EE6A8A'

red 238 ◦ green 106 ◦ blue 138

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

Shades of Deep Blush #EE6A8A

Tints of Deep Blush #EE6A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 49.38%
G = 21.99%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE6A8A (or 0xEE6A8A) is known color: Deep Blush. HEX triplet: EE, 6A and 8A. RGB value is (238,106,138). Sum of RGB (Red+Green+Blue) = 238+106+138=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A8A is #119575. Grayscale: #959595. Windows color (decimal): -1152374 or 9071342. OLE color: 9071342.

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

Color convert

RGB 238 106 138 -
CMYK 0 0.55 0.42 0.07
HSL 345.45º 0.8% 0.67% -
HSV(B) 345.45º 0.55% 0.93% -
XYZ 45 30.32 27.53 -
YUV 149.12 121.73 191.4 -
System Red Green Blue C M Y K H S L
Decimal 238 106 138 0 0.55 0.42 0.07 345.45 0.8 0.67
Hex EE 6A 8A 0 37 2A 7 159 50 43
Octal 356 152 212 0 67 52 7 531 120 103
Binary 11101110 1101010 10001010 0 110111 101010 111 101011001 1010000 1000011

Color Harmonies of #EE6A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A8A

Black with #EE6A8A

Text Example


Text Example

White with #EE6A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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