Html Css Color HEX #EE425B Radical Red

📋 copy color: '#EE425B'

red 238 ◦ green 66 ◦ blue 91

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

Shades of Radical Red #EE425B

Tints of Radical Red #EE425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 60.25%
G = 16.71%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE425B (or 0xEE425B) is known color: Radical Red. HEX triplet: EE, 42 and 5B. RGB value is (238,66,91). Sum of RGB (Red+Green+Blue) = 238+66+91=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE425B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE425B is #11BDA4. Grayscale: #787878. Windows color (decimal): -1162661 or 5980910. OLE color: 5980910.

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

Color convert

RGB 238 66 91 -
CMYK 0 0.72 0.62 0.07
HSL 351.28º 0.83% 0.6% -
HSV(B) 351.28º 0.72% 0.93% -
XYZ 39.1 22.83 12.24 -
YUV 120.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 238 66 91 0 0.72 0.62 0.07 351.28 0.83 0.6
Hex EE 42 5B 0 48 3E 7 15F 53 3C
Octal 356 102 133 0 110 76 7 537 123 74
Binary 11101110 1000010 1011011 0 1001000 111110 111 101011111 1010011 111100

Color Harmonies of #EE425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE425B

Black with #EE425B

Text Example


Text Example

White with #EE425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE425B; }

 p { color: rgb(238,66,91); }

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

background-color css

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

 a { background-color: rgb(238,66,91); }

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

border-color css

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

 span { border-color: rgb(238,66,91); }

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