Html Css Color HEX #EE405F Radical Red

📋 copy color: '#EE405F'

red 238 ◦ green 64 ◦ blue 95

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

Shades of Radical Red #EE405F

Tints of Radical Red #EE405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 59.95%
G = 16.12%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE405F (or 0xEE405F) is known color: Radical Red. HEX triplet: EE, 40 and 5F. RGB value is (238,64,95). Sum of RGB (Red+Green+Blue) = 238+64+95=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE405F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE405F is #11BFA0. Grayscale: #777777. Windows color (decimal): -1163169 or 6242542. OLE color: 6242542.

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

Color convert

RGB 238 64 95 -
CMYK 0 0.73 0.60 0.07
HSL 349.31º 0.84% 0.59% -
HSV(B) 349.31º 0.73% 0.93% -
XYZ 39.16 22.67 13.14 -
YUV 119.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 238 64 95 0 0.73 0.60 0.07 349.31 0.84 0.59
Hex EE 40 5F 0 49 3C 7 15D 54 3B
Octal 356 100 137 0 111 74 7 535 124 73
Binary 11101110 1000000 1011111 0 1001001 111100 111 101011101 1010100 111011

Color Harmonies of #EE405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE405F

Black with #EE405F

Text Example


Text Example

White with #EE405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE405F; }

 p { color: rgb(238,64,95); }

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

background-color css

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

 a { background-color: rgb(238,64,95); }

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

border-color css

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

 span { border-color: rgb(238,64,95); }

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