Html Css Color HEX #E4526A Cranberry

📋 copy color: '#E4526A'

red 228 ◦ green 82 ◦ blue 106

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

Shades of Cranberry #E4526A

Tints of Cranberry #E4526A

RGB

 RED value IS 228 (89.45% from 255) = 54.81%

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 54.81%
G = 19.71%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E4526A (or 0xE4526A) is known color: Cranberry. HEX triplet: E4, 52 and 6A. RGB value is (228,82,106). Sum of RGB (Red+Green+Blue) = 228+82+106=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E4526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4526A is #1BAD95. Grayscale: #808080. Windows color (decimal): -1813910 or 6968036. OLE color: 6968036.

HSL color Cylindrical-coordinate representation of color #E4526A: hue angle of 350.14º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4526A is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 82 106 -
CMYK 0 0.64 0.54 0.11
HSL 350.14º 0.73% 0.61% -
HSV(B) 350.14º 0.64% 0.89% -
XYZ 37.61 23.57 16.2 -
YUV 128.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 228 82 106 0 0.64 0.54 0.11 350.14 0.73 0.61
Hex E4 52 6A 0 40 36 B 15E 49 3D
Octal 344 122 152 0 100 66 13 536 111 75
Binary 11100100 1010010 1101010 0 1000000 110110 1011 101011110 1001001 111101

Color Harmonies of #E4526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4526A

Black with #E4526A

Text Example


Text Example

White with #E4526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4526A; }

 p { color: rgb(228,82,106); }

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

background-color css

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

 a { background-color: rgb(228,82,106); }

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

border-color css

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

 span { border-color: rgb(228,82,106); }

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