Html Css Color HEX #EE709A Pale Violet Red

📋 copy color: '#EE709A'

red 238 ◦ green 112 ◦ blue 154

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

Shades of Pale Violet Red #EE709A

Tints of Pale Violet Red #EE709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.22%

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 47.22%
G = 22.22%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE709A (or 0xEE709A) is known color: Pale Violet Red. HEX triplet: EE, 70 and 9A. RGB value is (238,112,154). Sum of RGB (Red+Green+Blue) = 238+112+154=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE709A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE709A is #118F65. Grayscale: #9A9A9A. Windows color (decimal): -1150822 or 10121454. OLE color: 10121454.

HSL color Cylindrical-coordinate representation of color #EE709A: hue angle of 340º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE709A is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 112 154 -
CMYK 0 0.53 0.35 0.07
HSL 340º 0.79% 0.69% -
HSV(B) 340º 0.53% 0.93% -
XYZ 46.89 32.1 34.3 -
YUV 154.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 238 112 154 0 0.53 0.35 0.07 340 0.79 0.69
Hex EE 70 9A 0 35 23 7 154 4F 45
Octal 356 160 232 0 65 43 7 524 117 105
Binary 11101110 1110000 10011010 0 110101 100011 111 101010100 1001111 1000101

Color Harmonies of #EE709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE709A

Black with #EE709A

Text Example


Text Example

White with #EE709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE709A; }

 p { color: rgb(238,112,154); }

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

background-color css

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

 a { background-color: rgb(238,112,154); }

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

border-color css

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

 span { border-color: rgb(238,112,154); }

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