Html Css Color HEX #E0407E Cranberry

📋 copy color: '#E0407E'

red 224 ◦ green 64 ◦ blue 126

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

Shades of Cranberry #E0407E

Tints of Cranberry #E0407E

RGB

 RED value IS 224 (87.89% from 255) = 54.11%

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 126 (49.61% from 255) = 30.43%

R = 54.11%
G = 15.46%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0407E (or 0xE0407E) is known color: Cranberry. HEX triplet: E0, 40 and 7E. RGB value is (224,64,126). Sum of RGB (Red+Green+Blue) = 224+64+126=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0407E is #1FBF81. Grayscale: #767676. Windows color (decimal): -2080642 or 8274144. OLE color: 8274144.

HSL color Cylindrical-coordinate representation of color #E0407E: hue angle of 336.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0407E is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 126 -
CMYK 0 0.71 0.44 0.12
HSL 336.75º 0.72% 0.56% -
HSV(B) 336.75º 0.71% 0.88% -
XYZ 36.34 21.02 21.88 -
YUV 118.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 224 64 126 0 0.71 0.44 0.12 336.75 0.72 0.56
Hex E0 40 7E 0 47 2C C 151 48 38
Octal 340 100 176 0 107 54 14 521 110 70
Binary 11100000 1000000 1111110 0 1000111 101100 1100 101010001 1001000 111000

Color Harmonies of #E0407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0407E

Black with #E0407E

Text Example


Text Example

White with #E0407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0407E; }

 p { color: rgb(224,64,126); }

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

background-color css

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

 a { background-color: rgb(224,64,126); }

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

border-color css

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

 span { border-color: rgb(224,64,126); }

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