Html Css Color HEX #E706B2 Hollywood Cerise

📋 copy color: '#E706B2'

red 231 ◦ green 6 ◦ blue 178

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

Shades of Hollywood Cerise #E706B2

Tints of Hollywood Cerise #E706B2

RGB

 RED value IS 231 (90.63% from 255) = 55.66%

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 55.66%
G = 1.45%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E706B2 (or 0xE706B2) is known color: Hollywood Cerise. HEX triplet: E7, 06 and B2. RGB value is (231,6,178). Sum of RGB (Red+Green+Blue) = 231+6+178=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E706B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706B2 is #18F94D. Grayscale: #5C5C5C. Windows color (decimal): -1636686 or 11667175. OLE color: 11667175.

HSL color Cylindrical-coordinate representation of color #E706B2: hue angle of 314.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706B2 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 6 178 -
CMYK 0 0.97 0.23 0.09
HSL 314.13º 0.95% 0.46% -
HSV(B) 314.13º 0.97% 0.91% -
XYZ 41.06 20.33 43.88 -
YUV 92.88 176.04 226.51 -
System Red Green Blue C M Y K H S L
Decimal 231 6 178 0 0.97 0.23 0.09 314.13 0.95 0.46
Hex E7 6 B2 0 61 17 9 13A 5F 2E
Octal 347 6 262 0 141 27 11 472 137 56
Binary 11100111 110 10110010 0 1100001 10111 1001 100111010 1011111 101110

Color Harmonies of #E706B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706B2

Black with #E706B2

Text Example


Text Example

White with #E706B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706B2; }

 p { color: rgb(231,6,178); }

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

background-color css

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

 a { background-color: rgb(231,6,178); }

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

border-color css

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

 span { border-color: rgb(231,6,178); }

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