Html Css Color HEX #EE1ACB Shocking Pink

📋 copy color: '#EE1ACB'

red 238 ◦ green 26 ◦ blue 203

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

Shades of Shocking Pink #EE1ACB

Tints of Shocking Pink #EE1ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.57%

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 50.96%
G = 5.57%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE1ACB (or 0xEE1ACB) is known color: Shocking Pink. HEX triplet: EE, 1A and CB. RGB value is (238,26,203). Sum of RGB (Red+Green+Blue) = 238+26+203=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1ACB is #11E534. Grayscale: #6D6D6D. Windows color (decimal): -1172789 or 13310702. OLE color: 13310702.

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

Color convert

RGB 238 26 203 -
CMYK 0 0.89 0.15 0.07
HSL 309.91º 0.86% 0.52% -
HSV(B) 309.91º 0.89% 0.93% -
XYZ 46.41 23.23 58.54 -
YUV 109.57 180.74 219.61 -
System Red Green Blue C M Y K H S L
Decimal 238 26 203 0 0.89 0.15 0.07 309.91 0.86 0.52
Hex EE 1A CB 0 59 F 7 136 56 34
Octal 356 32 313 0 131 17 7 466 126 64
Binary 11101110 11010 11001011 0 1011001 1111 111 100110110 1010110 110100

Color Harmonies of #EE1ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1ACB

Black with #EE1ACB

Text Example


Text Example

White with #EE1ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1ACB; }

 p { color: rgb(238,26,203); }

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

background-color css

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

 a { background-color: rgb(238,26,203); }

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

border-color css

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

 span { border-color: rgb(238,26,203); }

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