Html Css Color HEX #E33F7D Cranberry

📋 copy color: '#E33F7D'

red 227 ◦ green 63 ◦ blue 125

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

Shades of Cranberry #E33F7D

Tints of Cranberry #E33F7D

RGB

 RED value IS 227 (89.06% from 255) = 54.7%

 GREEN value IS 63 (25% from 255) = 15.18%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 54.7%
G = 15.18%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E33F7D (or 0xE33F7D) is known color: Cranberry. HEX triplet: E3, 3F and 7D. RGB value is (227,63,125). Sum of RGB (Red+Green+Blue) = 227+63+125=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33F7D is #1CC082. Grayscale: #777777. Windows color (decimal): -1884291 or 8208355. OLE color: 8208355.

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

Color convert

RGB 227 63 125 -
CMYK 0 0.72 0.45 0.11
HSL 337.32º 0.75% 0.57% -
HSV(B) 337.32º 0.72% 0.89% -
XYZ 37.16 21.37 21.57 -
YUV 119.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 227 63 125 0 0.72 0.45 0.11 337.32 0.75 0.57
Hex E3 3F 7D 0 48 2D B 151 4B 39
Octal 343 77 175 0 110 55 13 521 113 71
Binary 11100011 111111 1111101 0 1001000 101101 1011 101010001 1001011 111001

Color Harmonies of #E33F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33F7D

Black with #E33F7D

Text Example


Text Example

White with #E33F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33F7D; }

 p { color: rgb(227,63,125); }

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

background-color css

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

 a { background-color: rgb(227,63,125); }

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

border-color css

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

 span { border-color: rgb(227,63,125); }

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