Html Css Color HEX #EE4968 Cranberry

📋 copy color: '#EE4968'

red 238 ◦ green 73 ◦ blue 104

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

Shades of Cranberry #EE4968

Tints of Cranberry #EE4968

RGB

 RED value IS 238 (93.36% from 255) = 57.35%

 GREEN value IS 73 (28.91% from 255) = 17.59%

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 57.35%
G = 17.59%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE4968 (or 0xEE4968) is known color: Cranberry. HEX triplet: EE, 49 and 68. RGB value is (238,73,104). Sum of RGB (Red+Green+Blue) = 238+73+104=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4968 is #11B697. Grayscale: #7D7D7D. Windows color (decimal): -1160856 or 6834670. OLE color: 6834670.

HSL color Cylindrical-coordinate representation of color #EE4968: hue angle of 348.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4968 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 104 -
CMYK 0 0.69 0.56 0.07
HSL 348.73º 0.83% 0.61% -
HSV(B) 348.73º 0.69% 0.93% -
XYZ 40.14 23.94 15.6 -
YUV 125.87 115.66 207.98 -
System Red Green Blue C M Y K H S L
Decimal 238 73 104 0 0.69 0.56 0.07 348.73 0.83 0.61
Hex EE 49 68 0 45 38 7 15D 53 3D
Octal 356 111 150 0 105 70 7 535 123 75
Binary 11101110 1001001 1101000 0 1000101 111000 111 101011101 1010011 111101

Color Harmonies of #EE4968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4968

Black with #EE4968

Text Example


Text Example

White with #EE4968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4968; }

 p { color: rgb(238,73,104); }

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

background-color css

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

 a { background-color: rgb(238,73,104); }

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

border-color css

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

 span { border-color: rgb(238,73,104); }

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