Html Css Color HEX #EE719A Pale Violet Red

📋 copy color: '#EE719A'

red 238 ◦ green 113 ◦ blue 154

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

Shades of Pale Violet Red #EE719A

Tints of Pale Violet Red #EE719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.38%

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

R = 47.13%
G = 22.38%
B = 30.5%

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

#EE719A (or 0xEE719A) is known color: Pale Violet Red. HEX triplet: EE, 71 and 9A. RGB value is (238,113,154). Sum of RGB (Red+Green+Blue) = 238+113+154=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE719A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE719A is #118E65. Grayscale: #9B9B9B. Windows color (decimal): -1150566 or 10121710. OLE color: 10121710.

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

Color convert

RGB 238 113 154 -
CMYK 0 0.53 0.35 0.07
HSL 340.32º 0.79% 0.69% -
HSV(B) 340.32º 0.53% 0.93% -
XYZ 47 32.32 34.33 -
YUV 155.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 238 113 154 0 0.53 0.35 0.07 340.32 0.79 0.69
Hex EE 71 9A 0 35 23 7 154 4F 45
Octal 356 161 232 0 65 43 7 524 117 105
Binary 11101110 1110001 10011010 0 110101 100011 111 101010100 1001111 1000101

Color Harmonies of #EE719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE719A

Black with #EE719A

Text Example


Text Example

White with #EE719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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