Html Css Color HEX #E6018D Hollywood Cerise

📋 copy color: '#E6018D'

red 230 ◦ green 1 ◦ blue 141

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

Shades of Hollywood Cerise #E6018D

Tints of Hollywood Cerise #E6018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 61.83%
G = 0.27%
B = 37.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6018D (or 0xE6018D) is known color: Hollywood Cerise. HEX triplet: E6, 01 and 8D. RGB value is (230,1,141). Sum of RGB (Red+Green+Blue) = 230+1+141=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6018D is #19FE72. Grayscale: #555555. Windows color (decimal): -1703539 or 9241062. OLE color: 9241062.

HSL color Cylindrical-coordinate representation of color #E6018D: hue angle of 323.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6018D is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 141 -
CMYK 0 1.00 0.39 0.10
HSL 323.32º 0.99% 0.45% -
HSV(B) 323.32º 1% 0.9% -
XYZ 37.45 18.77 26.85 -
YUV 85.43 159.37 231.12 -
System Red Green Blue C M Y K H S L
Decimal 230 1 141 0 1.00 0.39 0.10 323.32 0.99 0.45
Hex E6 1 8D 0 64 27 A 143 63 2D
Octal 346 1 215 0 144 47 12 503 143 55
Binary 11100110 1 10001101 0 1100100 100111 1010 101000011 1100011 101101

Color Harmonies of #E6018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6018D

Black with #E6018D

Text Example


Text Example

White with #E6018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6018D; }

 p { color: rgb(230,1,141); }

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

background-color css

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

 a { background-color: rgb(230,1,141); }

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

border-color css

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

 span { border-color: rgb(230,1,141); }

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