Html Css Color HEX #E6425A Cerise

📋 copy color: '#E6425A'

red 230 ◦ green 66 ◦ blue 90

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

Shades of Cerise #E6425A

Tints of Cerise #E6425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.1%

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 59.59%
G = 17.1%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6425A (or 0xE6425A) is known color: Cerise. HEX triplet: E6, 42 and 5A. RGB value is (230,66,90). Sum of RGB (Red+Green+Blue) = 230+66+90=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6425A is #19BDA5. Grayscale: #757575. Windows color (decimal): -1686950 or 5915366. OLE color: 5915366.

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

Color convert

RGB 230 66 90 -
CMYK 0 0.71 0.61 0.10
HSL 351.22º 0.77% 0.58% -
HSV(B) 351.22º 0.71% 0.9% -
XYZ 36.43 21.46 11.89 -
YUV 117.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 230 66 90 0 0.71 0.61 0.10 351.22 0.77 0.58
Hex E6 42 5A 0 47 3D A 15F 4D 3A
Octal 346 102 132 0 107 75 12 537 115 72
Binary 11100110 1000010 1011010 0 1000111 111101 1010 101011111 1001101 111010

Color Harmonies of #E6425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6425A

Black with #E6425A

Text Example


Text Example

White with #E6425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6425A; }

 p { color: rgb(230,66,90); }

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

background-color css

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

 a { background-color: rgb(230,66,90); }

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

border-color css

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

 span { border-color: rgb(230,66,90); }

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