Html Css Color HEX #E04B81 Cranberry

📋 copy color: '#E04B81'

red 224 ◦ green 75 ◦ blue 129

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

Shades of Cranberry #E04B81

Tints of Cranberry #E04B81

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.52%

 BLUE value IS 129 (50.78% from 255) = 30.14%

R = 52.34%
G = 17.52%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E04B81 (or 0xE04B81) is known color: Cranberry. HEX triplet: E0, 4B and 81. RGB value is (224,75,129). Sum of RGB (Red+Green+Blue) = 224+75+129=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04B81 is #1FB47E. Grayscale: #7D7D7D. Windows color (decimal): -2077823 or 8473568. OLE color: 8473568.

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

Color convert

RGB 224 75 129 -
CMYK 0 0.67 0.42 0.12
HSL 338.26º 0.71% 0.59% -
HSV(B) 338.26º 0.67% 0.88% -
XYZ 37.22 22.46 23.14 -
YUV 125.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 224 75 129 0 0.67 0.42 0.12 338.26 0.71 0.59
Hex E0 4B 81 0 43 2A C 152 47 3B
Octal 340 113 201 0 103 52 14 522 107 73
Binary 11100000 1001011 10000001 0 1000011 101010 1100 101010010 1000111 111011

Color Harmonies of #E04B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B81

Black with #E04B81

Text Example


Text Example

White with #E04B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B81; }

 p { color: rgb(224,75,129); }

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

background-color css

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

 a { background-color: rgb(224,75,129); }

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

border-color css

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

 span { border-color: rgb(224,75,129); }

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