Html Css Color HEX #E25274 Cranberry

📋 copy color: '#E25274'

red 226 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #E25274

Tints of Cranberry #E25274

RGB

 RED value IS 226 (88.67% from 255) = 53.3%

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

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 53.3%
G = 19.34%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E25274 (or 0xE25274) is known color: Cranberry. HEX triplet: E2, 52 and 74. RGB value is (226,82,116). Sum of RGB (Red+Green+Blue) = 226+82+116=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E25274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25274 is #1DAD8B. Grayscale: #808080. Windows color (decimal): -1944972 or 7623394. OLE color: 7623394.

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

Color convert

RGB 226 82 116 -
CMYK 0 0.64 0.49 0.11
HSL 345.83º 0.71% 0.6% -
HSV(B) 345.83º 0.64% 0.89% -
XYZ 37.53 23.46 19.07 -
YUV 128.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 226 82 116 0 0.64 0.49 0.11 345.83 0.71 0.6
Hex E2 52 74 0 40 31 B 15A 47 3C
Octal 342 122 164 0 100 61 13 532 107 74
Binary 11100010 1010010 1110100 0 1000000 110001 1011 101011010 1000111 111100

Color Harmonies of #E25274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25274

Black with #E25274

Text Example


Text Example

White with #E25274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25274; }

 p { color: rgb(226,82,116); }

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

background-color css

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

 a { background-color: rgb(226,82,116); }

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

border-color css

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

 span { border-color: rgb(226,82,116); }

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