Html Css Color HEX #E04B7A Cranberry

📋 copy color: '#E04B7A'

red 224 ◦ green 75 ◦ blue 122

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

Shades of Cranberry #E04B7A

Tints of Cranberry #E04B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 53.21%
G = 17.81%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E04B7A (or 0xE04B7A) is known color: Cranberry. HEX triplet: E0, 4B and 7A. RGB value is (224,75,122). Sum of RGB (Red+Green+Blue) = 224+75+122=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B7A is #1FB485. Grayscale: #7C7C7C. Windows color (decimal): -2077830 or 8014816. OLE color: 8014816.

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

Color convert

RGB 224 75 122 -
CMYK 0 0.67 0.46 0.12
HSL 341.07º 0.71% 0.59% -
HSV(B) 341.07º 0.67% 0.88% -
XYZ 36.77 22.28 20.78 -
YUV 124.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 224 75 122 0 0.67 0.46 0.12 341.07 0.71 0.59
Hex E0 4B 7A 0 43 2E C 155 47 3B
Octal 340 113 172 0 103 56 14 525 107 73
Binary 11100000 1001011 1111010 0 1000011 101110 1100 101010101 1000111 111011

Color Harmonies of #E04B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B7A

Black with #E04B7A

Text Example


Text Example

White with #E04B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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