Html Css Color HEX #EE438E Violet Red

📋 copy color: '#EE438E'

red 238 ◦ green 67 ◦ blue 142

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

Shades of Violet Red #EE438E

Tints of Violet Red #EE438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.99%

 BLUE value IS 142 (55.86% from 255) = 31.77%

R = 53.24%
G = 14.99%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE438E (or 0xEE438E) is known color: Violet Red. HEX triplet: EE, 43 and 8E. RGB value is (238,67,142). Sum of RGB (Red+Green+Blue) = 238+67+142=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE438E is #11BC71. Grayscale: #7E7E7E. Windows color (decimal): -1162354 or 9323502. OLE color: 9323502.

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

Color convert

RGB 238 67 142 -
CMYK 0 0.72 0.40 0.07
HSL 333.68º 0.83% 0.6% -
HSV(B) 333.68º 0.72% 0.93% -
XYZ 42.15 24.14 28.03 -
YUV 126.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 238 67 142 0 0.72 0.40 0.07 333.68 0.83 0.6
Hex EE 43 8E 0 48 28 7 14E 53 3C
Octal 356 103 216 0 110 50 7 516 123 74
Binary 11101110 1000011 10001110 0 1001000 101000 111 101001110 1010011 111100

Color Harmonies of #EE438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE438E

Black with #EE438E

Text Example


Text Example

White with #EE438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE438E; }

 p { color: rgb(238,67,142); }

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

background-color css

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

 a { background-color: rgb(238,67,142); }

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

border-color css

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

 span { border-color: rgb(238,67,142); }

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