Html Css Color HEX #EEA5C1 Shocking

📋 copy color: '#EEA5C1'

red 238 ◦ green 165 ◦ blue 193

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

Shades of Shocking #EEA5C1

Tints of Shocking #EEA5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.68%

 BLUE value IS 193 (75.78% from 255) = 32.38%

R = 39.93%
G = 27.68%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEA5C1 (or 0xEEA5C1) is known color: Shocking. HEX triplet: EE, A5 and C1. RGB value is (238,165,193). Sum of RGB (Red+Green+Blue) = 238+165+193=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5C1 is #115A3E. Grayscale: #BDBDBD. Windows color (decimal): -1137215 or 12690926. OLE color: 12690926.

HSL color Cylindrical-coordinate representation of color #EEA5C1: hue angle of 336.99º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5C1 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 165 193 -
CMYK 0 0.31 0.19 0.07
HSL 336.99º 0.68% 0.79% -
HSV(B) 336.99º 0.31% 0.93% -
XYZ 58.34 48.94 56.82 -
YUV 190.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 238 165 193 0 0.31 0.19 0.07 336.99 0.68 0.79
Hex EE A5 C1 0 1F 13 7 151 44 4F
Octal 356 245 301 0 37 23 7 521 104 117
Binary 11101110 10100101 11000001 0 11111 10011 111 101010001 1000100 1001111

Color Harmonies of #EEA5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5C1

Black with #EEA5C1

Text Example


Text Example

White with #EEA5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5C1; }

 p { color: rgb(238,165,193); }

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

background-color css

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

 a { background-color: rgb(238,165,193); }

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

border-color css

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

 span { border-color: rgb(238,165,193); }

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