Html Css Color HEX #EE357D Violet Red

📋 copy color: '#EE357D'

red 238 ◦ green 53 ◦ blue 125

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

Shades of Violet Red #EE357D

Tints of Violet Red #EE357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 57.21%
G = 12.74%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE357D (or 0xEE357D) is known color: Violet Red. HEX triplet: EE, 35 and 7D. RGB value is (238,53,125). Sum of RGB (Red+Green+Blue) = 238+53+125=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE357D is #11CA82. Grayscale: #747474. Windows color (decimal): -1165955 or 8205806. OLE color: 8205806.

HSL color Cylindrical-coordinate representation of color #EE357D: hue angle of 336.65º 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 #EE357D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 53 125 -
CMYK 0 0.78 0.47 0.07
HSL 336.65º 0.84% 0.57% -
HSV(B) 336.65º 0.78% 0.93% -
XYZ 40.23 22.2 21.57 -
YUV 116.52 132.79 214.65 -
System Red Green Blue C M Y K H S L
Decimal 238 53 125 0 0.78 0.47 0.07 336.65 0.84 0.57
Hex EE 35 7D 0 4E 2F 7 151 54 39
Octal 356 65 175 0 116 57 7 521 124 71
Binary 11101110 110101 1111101 0 1001110 101111 111 101010001 1010100 111001

Color Harmonies of #EE357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE357D

Black with #EE357D

Text Example


Text Example

White with #EE357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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