Html Css Color HEX #E10648 Crimson

📋 copy color: '#E10648'

red 225 ◦ green 6 ◦ blue 72

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

Shades of Crimson #E10648

Tints of Crimson #E10648

RGB

 RED value IS 225 (88.28% from 255) = 74.26%

 GREEN value IS 6 (2.73% from 255) = 1.98%

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 74.26%
G = 1.98%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10648 (or 0xE10648) is known color: Crimson. HEX triplet: E1, 06 and 48. RGB value is (225,6,72). Sum of RGB (Red+Green+Blue) = 225+6+72=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E10648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10648 is #1EF9B7. Grayscale: #4E4E4E. Windows color (decimal): -2030008 or 4720353. OLE color: 4720353.

HSL color Cylindrical-coordinate representation of color #E10648: hue angle of 341.92º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10648 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 6 72 -
CMYK 0 0.97 0.68 0.12
HSL 341.92º 0.95% 0.45% -
HSV(B) 341.92º 0.97% 0.88% -
XYZ 32.29 16.61 7.63 -
YUV 79.01 124.05 232.13 -
System Red Green Blue C M Y K H S L
Decimal 225 6 72 0 0.97 0.68 0.12 341.92 0.95 0.45
Hex E1 6 48 0 61 44 C 156 5F 2D
Octal 341 6 110 0 141 104 14 526 137 55
Binary 11100001 110 1001000 0 1100001 1000100 1100 101010110 1011111 101101

Color Harmonies of #E10648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10648

Black with #E10648

Text Example


Text Example

White with #E10648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10648; }

 p { color: rgb(225,6,72); }

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

background-color css

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

 a { background-color: rgb(225,6,72); }

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

border-color css

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

 span { border-color: rgb(225,6,72); }

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