Html Css Color HEX #E2507B Cranberry

📋 copy color: '#E2507B'

red 226 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #E2507B

Tints of Cranberry #E2507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

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

R = 52.68%
G = 18.65%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2507B (or 0xE2507B) is known color: Cranberry. HEX triplet: E2, 50 and 7B. RGB value is (226,80,123). Sum of RGB (Red+Green+Blue) = 226+80+123=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2507B is #1DAF84. Grayscale: #808080. Windows color (decimal): -1945477 or 8081634. OLE color: 8081634.

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

Color convert

RGB 226 80 123 -
CMYK 0 0.65 0.46 0.11
HSL 342.33º 0.72% 0.6% -
HSV(B) 342.33º 0.65% 0.89% -
XYZ 37.81 23.34 21.25 -
YUV 128.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 226 80 123 0 0.65 0.46 0.11 342.33 0.72 0.6
Hex E2 50 7B 0 41 2E B 156 48 3C
Octal 342 120 173 0 101 56 13 526 110 74
Binary 11100010 1010000 1111011 0 1000001 101110 1011 101010110 1001000 111100

Color Harmonies of #E2507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2507B

Black with #E2507B

Text Example


Text Example

White with #E2507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2507B; }

 p { color: rgb(226,80,123); }

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

background-color css

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

 a { background-color: rgb(226,80,123); }

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

border-color css

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

 span { border-color: rgb(226,80,123); }

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