Html Css Color HEX #EE429B Violet Red

📋 copy color: '#EE429B'

red 238 ◦ green 66 ◦ blue 155

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

Shades of Violet Red #EE429B

Tints of Violet Red #EE429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 51.85%
G = 14.38%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE429B (or 0xEE429B) is known color: Violet Red. HEX triplet: EE, 42 and 9B. RGB value is (238,66,155). Sum of RGB (Red+Green+Blue) = 238+66+155=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE429B is #11BD64. Grayscale: #7F7F7F. Windows color (decimal): -1162597 or 10175214. OLE color: 10175214.

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

Color convert

RGB 238 66 155 -
CMYK 0 0.72 0.35 0.07
HSL 328.95º 0.83% 0.6% -
HSV(B) 328.95º 0.72% 0.93% -
XYZ 43.12 24.44 33.45 -
YUV 127.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 238 66 155 0 0.72 0.35 0.07 328.95 0.83 0.6
Hex EE 42 9B 0 48 23 7 149 53 3C
Octal 356 102 233 0 110 43 7 511 123 74
Binary 11101110 1000010 10011011 0 1001000 100011 111 101001001 1010011 111100

Color Harmonies of #EE429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE429B

Black with #EE429B

Text Example


Text Example

White with #EE429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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