Html Css Color HEX #E621CA Shocking Pink

📋 copy color: '#E621CA'

red 230 ◦ green 33 ◦ blue 202

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

Shades of Shocking Pink #E621CA

Tints of Shocking Pink #E621CA

RGB

 RED value IS 230 (90.23% from 255) = 49.46%

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

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

R = 49.46%
G = 7.1%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E621CA (or 0xE621CA) is known color: Shocking Pink. HEX triplet: E6, 21 and CA. RGB value is (230,33,202). Sum of RGB (Red+Green+Blue) = 230+33+202=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E621CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621CA is #19DE35. Grayscale: #6E6E6E. Windows color (decimal): -1695286 or 13246950. OLE color: 13246950.

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

Color convert

RGB 230 33 202 -
CMYK 0 0.86 0.12 0.10
HSL 308.53º 0.8% 0.52% -
HSV(B) 308.53º 0.86% 0.9% -
XYZ 43.84 22.17 57.85 -
YUV 111.17 179.27 212.76 -
System Red Green Blue C M Y K H S L
Decimal 230 33 202 0 0.86 0.12 0.10 308.53 0.8 0.52
Hex E6 21 CA 0 56 C A 135 50 34
Octal 346 41 312 0 126 14 12 465 120 64
Binary 11100110 100001 11001010 0 1010110 1100 1010 100110101 1010000 110100

Color Harmonies of #E621CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621CA

Black with #E621CA

Text Example


Text Example

White with #E621CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621CA; }

 p { color: rgb(230,33,202); }

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

background-color css

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

 a { background-color: rgb(230,33,202); }

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

border-color css

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

 span { border-color: rgb(230,33,202); }

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