Html Css Color HEX #E6068B Hollywood Cerise

📋 copy color: '#E6068B'

red 230 ◦ green 6 ◦ blue 139

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

Shades of Hollywood Cerise #E6068B

Tints of Hollywood Cerise #E6068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 61.33%
G = 1.6%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6068B (or 0xE6068B) is known color: Hollywood Cerise. HEX triplet: E6, 06 and 8B. RGB value is (230,6,139). Sum of RGB (Red+Green+Blue) = 230+6+139=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6068B is #19F974. Grayscale: #575757. Windows color (decimal): -1702261 or 9111270. OLE color: 9111270.

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

Color convert

RGB 230 6 139 -
CMYK 0 0.97 0.40 0.10
HSL 324.38º 0.95% 0.46% -
HSV(B) 324.38º 0.97% 0.9% -
XYZ 37.36 18.82 26.09 -
YUV 88.14 156.71 229.19 -
System Red Green Blue C M Y K H S L
Decimal 230 6 139 0 0.97 0.40 0.10 324.38 0.95 0.46
Hex E6 6 8B 0 61 28 A 144 5F 2E
Octal 346 6 213 0 141 50 12 504 137 56
Binary 11100110 110 10001011 0 1100001 101000 1010 101000100 1011111 101110

Color Harmonies of #E6068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6068B

Black with #E6068B

Text Example


Text Example

White with #E6068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6068B; }

 p { color: rgb(230,6,139); }

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

background-color css

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

 a { background-color: rgb(230,6,139); }

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

border-color css

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

 span { border-color: rgb(230,6,139); }

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