Html Css Color HEX #E304AF Hollywood Cerise

📋 copy color: '#E304AF'

red 227 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #E304AF

Tints of Hollywood Cerise #E304AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 55.91%
G = 0.99%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E304AF (or 0xE304AF) is known color: Hollywood Cerise. HEX triplet: E3, 04 and AF. RGB value is (227,4,175). Sum of RGB (Red+Green+Blue) = 227+4+175=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E304AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E304AF is #1CFB50. Grayscale: #595959. Windows color (decimal): -1899345 or 11470051. OLE color: 11470051.

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

Color convert

RGB 227 4 175 -
CMYK 0 0.98 0.23 0.11
HSL 313.99º 0.97% 0.45% -
HSV(B) 313.99º 0.98% 0.89% -
XYZ 39.46 19.51 42.24 -
YUV 90.17 175.88 225.6 -
System Red Green Blue C M Y K H S L
Decimal 227 4 175 0 0.98 0.23 0.11 313.99 0.97 0.45
Hex E3 4 AF 0 62 17 B 13A 61 2D
Octal 343 4 257 0 142 27 13 472 141 55
Binary 11100011 100 10101111 0 1100010 10111 1011 100111010 1100001 101101

Color Harmonies of #E304AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304AF

Black with #E304AF

Text Example


Text Example

White with #E304AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304AF; }

 p { color: rgb(227,4,175); }

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

background-color css

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

 a { background-color: rgb(227,4,175); }

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

border-color css

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

 span { border-color: rgb(227,4,175); }

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