Html Css Color HEX #EE358D Violet Red

📋 copy color: '#EE358D'

red 238 ◦ green 53 ◦ blue 141

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

Shades of Violet Red #EE358D

Tints of Violet Red #EE358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.27%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 55.09%
G = 12.27%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE358D (or 0xEE358D) is known color: Violet Red. HEX triplet: EE, 35 and 8D. RGB value is (238,53,141). Sum of RGB (Red+Green+Blue) = 238+53+141=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE358D is #11CA72. Grayscale: #767676. Windows color (decimal): -1165939 or 9254382. OLE color: 9254382.

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

Color convert

RGB 238 53 141 -
CMYK 0 0.78 0.41 0.07
HSL 331.46º 0.84% 0.57% -
HSV(B) 331.46º 0.78% 0.93% -
XYZ 41.34 22.65 27.39 -
YUV 118.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 238 53 141 0 0.78 0.41 0.07 331.46 0.84 0.57
Hex EE 35 8D 0 4E 29 7 14B 54 39
Octal 356 65 215 0 116 51 7 513 124 71
Binary 11101110 110101 10001101 0 1001110 101001 111 101001011 1010100 111001

Color Harmonies of #EE358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE358D

Black with #EE358D

Text Example


Text Example

White with #EE358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE358D; }

 p { color: rgb(238,53,141); }

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

background-color css

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

 a { background-color: rgb(238,53,141); }

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

border-color css

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

 span { border-color: rgb(238,53,141); }

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