Html Css Color HEX #E602B3 Hollywood Cerise

📋 copy color: '#E602B3'

red 230 ◦ green 2 ◦ blue 179

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

Shades of Hollywood Cerise #E602B3

Tints of Hollywood Cerise #E602B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.55%

R = 55.96%
G = 0.49%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E602B3 (or 0xE602B3) is known color: Hollywood Cerise. HEX triplet: E6, 02 and B3. RGB value is (230,2,179). Sum of RGB (Red+Green+Blue) = 230+2+179=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E602B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602B3 is #19FD4C. Grayscale: #595959. Windows color (decimal): -1703245 or 11731686. OLE color: 11731686.

HSL color Cylindrical-coordinate representation of color #E602B3: hue angle of 313.42º 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 #E602B3 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 179 -
CMYK 0 0.99 0.22 0.10
HSL 313.42º 0.98% 0.45% -
HSV(B) 313.42º 0.99% 0.9% -
XYZ 40.79 20.12 44.38 -
YUV 90.35 178.04 227.61 -
System Red Green Blue C M Y K H S L
Decimal 230 2 179 0 0.99 0.22 0.10 313.42 0.98 0.45
Hex E6 2 B3 0 63 16 A 139 62 2D
Octal 346 2 263 0 143 26 12 471 142 55
Binary 11100110 10 10110011 0 1100011 10110 1010 100111001 1100010 101101

Color Harmonies of #E602B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602B3

Black with #E602B3

Text Example


Text Example

White with #E602B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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