Html Css Color HEX #E602B2 Hollywood Cerise

📋 copy color: '#E602B2'

red 230 ◦ green 2 ◦ blue 178

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

Shades of Hollywood Cerise #E602B2

Tints of Hollywood Cerise #E602B2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 56.1%
G = 0.49%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E602B2 (or 0xE602B2) is known color: Hollywood Cerise. HEX triplet: E6, 02 and B2. RGB value is (230,2,178). Sum of RGB (Red+Green+Blue) = 230+2+178=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E602B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E602B2 is #19FD4D. Grayscale: #595959. Windows color (decimal): -1703246 or 11666150. OLE color: 11666150.

HSL color Cylindrical-coordinate representation of color #E602B2: hue angle of 313.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602B2 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 178 -
CMYK 0 0.99 0.23 0.10
HSL 313.68º 0.98% 0.45% -
HSV(B) 313.68º 0.99% 0.9% -
XYZ 40.69 20.08 43.85 -
YUV 90.24 177.54 227.69 -
System Red Green Blue C M Y K H S L
Decimal 230 2 178 0 0.99 0.23 0.10 313.68 0.98 0.45
Hex E6 2 B2 0 63 17 A 13A 62 2D
Octal 346 2 262 0 143 27 12 472 142 55
Binary 11100110 10 10110010 0 1100011 10111 1010 100111010 1100010 101101

Color Harmonies of #E602B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602B2

Black with #E602B2

Text Example


Text Example

White with #E602B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602B2; }

 p { color: rgb(230,2,178); }

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

background-color css

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

 a { background-color: rgb(230,2,178); }

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

border-color css

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

 span { border-color: rgb(230,2,178); }

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