Html Css Color HEX #EE3D5D Radical Red

📋 copy color: '#EE3D5D'

red 238 ◦ green 61 ◦ blue 93

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

Shades of Radical Red #EE3D5D

Tints of Radical Red #EE3D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 60.71%
G = 15.56%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE3D5D (or 0xEE3D5D) is known color: Radical Red. HEX triplet: EE, 3D and 5D. RGB value is (238,61,93). Sum of RGB (Red+Green+Blue) = 238+61+93=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3D5D is #11C2A2. Grayscale: #757575. Windows color (decimal): -1163939 or 6110702. OLE color: 6110702.

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

Color convert

RGB 238 61 93 -
CMYK 0 0.74 0.61 0.07
HSL 349.15º 0.84% 0.59% -
HSV(B) 349.15º 0.74% 0.93% -
XYZ 38.9 22.3 12.61 -
YUV 117.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 238 61 93 0 0.74 0.61 0.07 349.15 0.84 0.59
Hex EE 3D 5D 0 4A 3D 7 15D 54 3B
Octal 356 75 135 0 112 75 7 535 124 73
Binary 11101110 111101 1011101 0 1001010 111101 111 101011101 1010100 111011

Color Harmonies of #EE3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3D5D

Black with #EE3D5D

Text Example


Text Example

White with #EE3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3D5D; }

 p { color: rgb(238,61,93); }

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

background-color css

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

 a { background-color: rgb(238,61,93); }

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

border-color css

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

 span { border-color: rgb(238,61,93); }

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