Html Css Color HEX #E0407B Cranberry

📋 copy color: '#E0407B'

red 224 ◦ green 64 ◦ blue 123

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

Shades of Cranberry #E0407B

Tints of Cranberry #E0407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 54.5%
G = 15.57%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0407B (or 0xE0407B) is known color: Cranberry. HEX triplet: E0, 40 and 7B. RGB value is (224,64,123). Sum of RGB (Red+Green+Blue) = 224+64+123=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0407B is #1FBF84. Grayscale: #767676. Windows color (decimal): -2080645 or 8077536. OLE color: 8077536.

HSL color Cylindrical-coordinate representation of color #E0407B: hue angle of 337.88º 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 #E0407B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 123 -
CMYK 0 0.71 0.45 0.12
HSL 337.88º 0.72% 0.56% -
HSV(B) 337.88º 0.71% 0.88% -
XYZ 36.15 20.94 20.88 -
YUV 118.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 224 64 123 0 0.71 0.45 0.12 337.88 0.72 0.56
Hex E0 40 7B 0 47 2D C 152 48 38
Octal 340 100 173 0 107 55 14 522 110 70
Binary 11100000 1000000 1111011 0 1000111 101101 1100 101010010 1001000 111000

Color Harmonies of #E0407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0407B

Black with #E0407B

Text Example


Text Example

White with #E0407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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