Html Css Color HEX #E94068 Cerise

📋 copy color: '#E94068'

red 233 ◦ green 64 ◦ blue 104

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

Shades of Cerise #E94068

Tints of Cerise #E94068

RGB

 RED value IS 233 (91.41% from 255) = 58.1%

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 58.1%
G = 15.96%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E94068 (or 0xE94068) is known color: Cerise. HEX triplet: E9, 40 and 68. RGB value is (233,64,104). Sum of RGB (Red+Green+Blue) = 233+64+104=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E94068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94068 is #16BF97. Grayscale: #777777. Windows color (decimal): -1490840 or 6832361. OLE color: 6832361.

HSL color Cylindrical-coordinate representation of color #E94068: hue angle of 345.8º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94068 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 64 104 -
CMYK 0 0.73 0.55 0.09
HSL 345.8º 0.79% 0.58% -
HSV(B) 345.8º 0.73% 0.91% -
XYZ 37.94 21.99 15.34 -
YUV 119.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 233 64 104 0 0.73 0.55 0.09 345.8 0.79 0.58
Hex E9 40 68 0 49 37 9 15A 4F 3A
Octal 351 100 150 0 111 67 11 532 117 72
Binary 11101001 1000000 1101000 0 1001001 110111 1001 101011010 1001111 111010

Color Harmonies of #E94068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94068

Black with #E94068

Text Example


Text Example

White with #E94068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94068; }

 p { color: rgb(233,64,104); }

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

background-color css

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

 a { background-color: rgb(233,64,104); }

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

border-color css

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

 span { border-color: rgb(233,64,104); }

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