Html Css Color HEX #E721CB Shocking Pink

📋 copy color: '#E721CB'

red 231 ◦ green 33 ◦ blue 203

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

Shades of Shocking Pink #E721CB

Tints of Shocking Pink #E721CB

RGB

 RED value IS 231 (90.63% from 255) = 49.46%

 GREEN value IS 33 (13.28% from 255) = 7.07%

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

R = 49.46%
G = 7.07%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E721CB (or 0xE721CB) is known color: Shocking Pink. HEX triplet: E7, 21 and CB. RGB value is (231,33,203). Sum of RGB (Red+Green+Blue) = 231+33+203=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E721CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721CB is #18DE34. Grayscale: #6F6F6F. Windows color (decimal): -1629749 or 13312487. OLE color: 13312487.

HSL color Cylindrical-coordinate representation of color #E721CB: hue angle of 308.48º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E721CB is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 203 -
CMYK 0 0.86 0.12 0.09
HSL 308.48º 0.8% 0.52% -
HSV(B) 308.48º 0.86% 0.91% -
XYZ 44.28 22.39 58.49 -
YUV 111.58 179.6 213.18 -
System Red Green Blue C M Y K H S L
Decimal 231 33 203 0 0.86 0.12 0.09 308.48 0.8 0.52
Hex E7 21 CB 0 56 C 9 134 50 34
Octal 347 41 313 0 126 14 11 464 120 64
Binary 11100111 100001 11001011 0 1010110 1100 1001 100110100 1010000 110100

Color Harmonies of #E721CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721CB

Black with #E721CB

Text Example


Text Example

White with #E721CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721CB; }

 p { color: rgb(231,33,203); }

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

background-color css

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

 a { background-color: rgb(231,33,203); }

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

border-color css

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

 span { border-color: rgb(231,33,203); }

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