Html Css Color HEX #E6345D Cerise

📋 copy color: '#E6345D'

red 230 ◦ green 52 ◦ blue 93

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

Shades of Cerise #E6345D

Tints of Cerise #E6345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 61.33%
G = 13.87%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6345D (or 0xE6345D) is known color: Cerise. HEX triplet: E6, 34 and 5D. RGB value is (230,52,93). Sum of RGB (Red+Green+Blue) = 230+52+93=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6345D is #19CBA2. Grayscale: #6D6D6D. Windows color (decimal): -1690531 or 6108390. OLE color: 6108390.

HSL color Cylindrical-coordinate representation of color #E6345D: hue angle of 346.18º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6345D is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 52 93 -
CMYK 0 0.77 0.60 0.10
HSL 346.18º 0.78% 0.55% -
HSV(B) 346.18º 0.77% 0.9% -
XYZ 35.84 20.07 12.34 -
YUV 109.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 230 52 93 0 0.77 0.60 0.10 346.18 0.78 0.55
Hex E6 34 5D 0 4D 3C A 15A 4E 37
Octal 346 64 135 0 115 74 12 532 116 67
Binary 11100110 110100 1011101 0 1001101 111100 1010 101011010 1001110 110111

Color Harmonies of #E6345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6345D

Black with #E6345D

Text Example


Text Example

White with #E6345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6345D; }

 p { color: rgb(230,52,93); }

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

background-color css

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

 a { background-color: rgb(230,52,93); }

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

border-color css

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

 span { border-color: rgb(230,52,93); }

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