Html Css Color HEX #E6257D Deep Cerise

📋 copy color: '#E6257D'

red 230 ◦ green 37 ◦ blue 125

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

Shades of Deep Cerise #E6257D

Tints of Deep Cerise #E6257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.44%

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 58.67%
G = 9.44%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6257D (or 0xE6257D) is known color: Deep Cerise. HEX triplet: E6, 25 and 7D. RGB value is (230,37,125). Sum of RGB (Red+Green+Blue) = 230+37+125=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6257D is #19DA82. Grayscale: #686868. Windows color (decimal): -1694339 or 8201702. OLE color: 8201702.

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

Color convert

RGB 230 37 125 -
CMYK 0 0.84 0.46 0.10
HSL 332.64º 0.79% 0.52% -
HSV(B) 332.64º 0.84% 0.9% -
XYZ 37 19.63 21.24 -
YUV 104.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 230 37 125 0 0.84 0.46 0.10 332.64 0.79 0.52
Hex E6 25 7D 0 54 2E A 14D 4F 34
Octal 346 45 175 0 124 56 12 515 117 64
Binary 11100110 100101 1111101 0 1010100 101110 1010 101001101 1001111 110100

Color Harmonies of #E6257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6257D

Black with #E6257D

Text Example


Text Example

White with #E6257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6257D; }

 p { color: rgb(230,37,125); }

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

background-color css

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

 a { background-color: rgb(230,37,125); }

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

border-color css

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

 span { border-color: rgb(230,37,125); }

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