Html Css Color HEX #EF0AA3 Hollywood Cerise

📋 copy color: '#EF0AA3'

red 239 ◦ green 10 ◦ blue 163

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

Shades of Hollywood Cerise #EF0AA3

Tints of Hollywood Cerise #EF0AA3

RGB

 RED value IS 239 (93.75% from 255) = 58.01%

 GREEN value IS 10 (4.3% from 255) = 2.43%

 BLUE value IS 163 (64.06% from 255) = 39.56%

R = 58.01%
G = 2.43%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF0AA3 (or 0xEF0AA3) is known color: Hollywood Cerise. HEX triplet: EF, 0A and A3. RGB value is (239,10,163). Sum of RGB (Red+Green+Blue) = 239+10+163=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0AA3 is #10F55C. Grayscale: #5F5F5F. Windows color (decimal): -1111389 or 10685167. OLE color: 10685167.

HSL color Cylindrical-coordinate representation of color #EF0AA3: hue angle of 319.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0AA3 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 163 -
CMYK 0 0.96 0.32 0.06
HSL 319.91º 0.92% 0.49% -
HSV(B) 319.91º 0.96% 0.94% -
XYZ 42.32 21.21 36.51 -
YUV 95.91 165.87 230.06 -
System Red Green Blue C M Y K H S L
Decimal 239 10 163 0 0.96 0.32 0.06 319.91 0.92 0.49
Hex EF A A3 0 60 20 6 140 5C 31
Octal 357 12 243 0 140 40 6 500 134 61
Binary 11101111 1010 10100011 0 1100000 100000 110 101000000 1011100 110001

Color Harmonies of #EF0AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AA3

Black with #EF0AA3

Text Example


Text Example

White with #EF0AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AA3; }

 p { color: rgb(239,10,163); }

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

background-color css

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

 a { background-color: rgb(239,10,163); }

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

border-color css

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

 span { border-color: rgb(239,10,163); }

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