Html Css Color HEX #E6275D Cerise

📋 copy color: '#E6275D'

red 230 ◦ green 39 ◦ blue 93

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

Shades of Cerise #E6275D

Tints of Cerise #E6275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.77%

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

R = 63.54%
G = 10.77%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6275D (or 0xE6275D) is known color: Cerise. HEX triplet: E6, 27 and 5D. RGB value is (230,39,93). Sum of RGB (Red+Green+Blue) = 230+39+93=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6275D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6275D is #19D8A2. Grayscale: #666666. Windows color (decimal): -1693859 or 6105062. OLE color: 6105062.

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

Color convert

RGB 230 39 93 -
CMYK 0 0.83 0.60 0.10
HSL 343.04º 0.79% 0.53% -
HSV(B) 343.04º 0.83% 0.9% -
XYZ 35.33 19.06 12.17 -
YUV 102.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 230 39 93 0 0.83 0.60 0.10 343.04 0.79 0.53
Hex E6 27 5D 0 53 3C A 157 4F 35
Octal 346 47 135 0 123 74 12 527 117 65
Binary 11100110 100111 1011101 0 1010011 111100 1010 101010111 1001111 110101

Color Harmonies of #E6275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6275D

Black with #E6275D

Text Example


Text Example

White with #E6275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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