Html Css Color HEX #EE7FEA Violet

📋 copy color: '#EE7FEA'

red 238 ◦ green 127 ◦ blue 234

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

Shades of Violet #EE7FEA

Tints of Violet #EE7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.2%

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

R = 39.73%
G = 21.2%
B = 39.07%

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

#EE7FEA (or 0xEE7FEA) is known color: Violet. HEX triplet: EE, 7F and EA. RGB value is (238,127,234). Sum of RGB (Red+Green+Blue) = 238+127+234=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FEA is #118015. Grayscale: #ACACAC. Windows color (decimal): -1146902 or 15368174. OLE color: 15368174.

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

Color convert

RGB 238 127 234 -
CMYK 0 0.47 0.02 0.07
HSL 302.16º 0.77% 0.72% -
HSV(B) 302.16º 0.47% 0.93% -
XYZ 57.7 39.3 82.39 -
YUV 172.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 238 127 234 0 0.47 0.02 0.07 302.16 0.77 0.72
Hex EE 7F EA 0 2F 2 7 12E 4D 48
Octal 356 177 352 0 57 2 7 456 115 110
Binary 11101110 1111111 11101010 0 101111 10 111 100101110 1001101 1001000

Color Harmonies of #EE7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7FEA

Black with #EE7FEA

Text Example


Text Example

White with #EE7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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