Html Css Color HEX #EE7EEA Violet

📋 copy color: '#EE7EEA'

red 238 ◦ green 126 ◦ blue 234

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

Shades of Violet #EE7EEA

Tints of Violet #EE7EEA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.07%

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 39.8%
G = 21.07%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE7EEA (or 0xEE7EEA) is known color: Violet. HEX triplet: EE, 7E and EA. RGB value is (238,126,234). Sum of RGB (Red+Green+Blue) = 238+126+234=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EEA is #118115. Grayscale: #ABABAB. Windows color (decimal): -1147158 or 15367918. OLE color: 15367918.

HSL color Cylindrical-coordinate representation of color #EE7EEA: hue angle of 302.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7EEA is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 126 234 -
CMYK 0 0.47 0.02 0.07
HSL 302.14º 0.77% 0.71% -
HSV(B) 302.14º 0.47% 0.93% -
XYZ 57.57 39.04 82.34 -
YUV 171.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 238 126 234 0 0.47 0.02 0.07 302.14 0.77 0.71
Hex EE 7E EA 0 2F 2 7 12E 4D 47
Octal 356 176 352 0 57 2 7 456 115 107
Binary 11101110 1111110 11101010 0 101111 10 111 100101110 1001101 1000111

Color Harmonies of #EE7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7EEA

Black with #EE7EEA

Text Example


Text Example

White with #EE7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7EEA; }

 p { color: rgb(238,126,234); }

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

background-color css

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

 a { background-color: rgb(238,126,234); }

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

border-color css

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

 span { border-color: rgb(238,126,234); }

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