Html Css Color HEX #EE9BCA Shocking

📋 copy color: '#EE9BCA'

red 238 ◦ green 155 ◦ blue 202

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

Shades of Shocking #EE9BCA

Tints of Shocking #EE9BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.05%

 BLUE value IS 202 (79.3% from 255) = 33.95%

R = 40%
G = 26.05%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE9BCA (or 0xEE9BCA) is known color: Shocking. HEX triplet: EE, 9B and CA. RGB value is (238,155,202). Sum of RGB (Red+Green+Blue) = 238+155+202=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BCA is #116435. Grayscale: #B9B9B9. Windows color (decimal): -1139766 or 13278190. OLE color: 13278190.

HSL color Cylindrical-coordinate representation of color #EE9BCA: hue angle of 326.02º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BCA is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 155 202 -
CMYK 0 0.35 0.15 0.07
HSL 326.02º 0.71% 0.77% -
HSV(B) 326.02º 0.35% 0.93% -
XYZ 57.64 45.88 61.7 -
YUV 185.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 238 155 202 0 0.35 0.15 0.07 326.02 0.71 0.77
Hex EE 9B CA 0 23 F 7 146 47 4D
Octal 356 233 312 0 43 17 7 506 107 115
Binary 11101110 10011011 11001010 0 100011 1111 111 101000110 1000111 1001101

Color Harmonies of #EE9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BCA

Black with #EE9BCA

Text Example


Text Example

White with #EE9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BCA; }

 p { color: rgb(238,155,202); }

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

background-color css

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

 a { background-color: rgb(238,155,202); }

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

border-color css

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

 span { border-color: rgb(238,155,202); }

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