Html Css Color HEX #EE6BEA Violet

📋 copy color: '#EE6BEA'

red 238 ◦ green 107 ◦ blue 234

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

Shades of Violet #EE6BEA

Tints of Violet #EE6BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.48%

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

R = 41.11%
G = 18.48%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE6BEA (or 0xEE6BEA) is known color: Violet. HEX triplet: EE, 6B and EA. RGB value is (238,107,234). Sum of RGB (Red+Green+Blue) = 238+107+234=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BEA is #119415. Grayscale: #A0A0A0. Windows color (decimal): -1152022 or 15363054. OLE color: 15363054.

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

Color convert

RGB 238 107 234 -
CMYK 0 0.55 0.02 0.07
HSL 301.83º 0.79% 0.68% -
HSV(B) 301.83º 0.55% 0.93% -
XYZ 55.37 34.63 81.61 -
YUV 160.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 238 107 234 0 0.55 0.02 0.07 301.83 0.79 0.68
Hex EE 6B EA 0 37 2 7 12E 4F 44
Octal 356 153 352 0 67 2 7 456 117 104
Binary 11101110 1101011 11101010 0 110111 10 111 100101110 1001111 1000100

Color Harmonies of #EE6BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6BEA

Black with #EE6BEA

Text Example


Text Example

White with #EE6BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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