Html Css Color HEX #E30FB0 Hollywood Cerise

📋 copy color: '#E30FB0'

red 227 ◦ green 15 ◦ blue 176

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

Shades of Hollywood Cerise #E30FB0

Tints of Hollywood Cerise #E30FB0

RGB

 RED value IS 227 (89.06% from 255) = 54.31%

 GREEN value IS 15 (6.25% from 255) = 3.59%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 54.31%
G = 3.59%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E30FB0 (or 0xE30FB0) is known color: Hollywood Cerise. HEX triplet: E3, 0F and B0. RGB value is (227,15,176). Sum of RGB (Red+Green+Blue) = 227+15+176=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30FB0 is #1CF04F. Grayscale: #606060. Windows color (decimal): -1896528 or 11538403. OLE color: 11538403.

HSL color Cylindrical-coordinate representation of color #E30FB0: hue angle of 314.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30FB0 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 15 176 -
CMYK 0 0.93 0.22 0.11
HSL 314.43º 0.88% 0.47% -
HSV(B) 314.43º 0.93% 0.89% -
XYZ 39.69 19.81 42.81 -
YUV 96.74 172.74 220.91 -
System Red Green Blue C M Y K H S L
Decimal 227 15 176 0 0.93 0.22 0.11 314.43 0.88 0.47
Hex E3 F B0 0 5D 16 B 13A 58 2F
Octal 343 17 260 0 135 26 13 472 130 57
Binary 11100011 1111 10110000 0 1011101 10110 1011 100111010 1011000 101111

Color Harmonies of #E30FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FB0

Black with #E30FB0

Text Example


Text Example

White with #E30FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FB0; }

 p { color: rgb(227,15,176); }

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

background-color css

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

 a { background-color: rgb(227,15,176); }

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

border-color css

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

 span { border-color: rgb(227,15,176); }

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