Html Css Color HEX #EE7BFC Violet

📋 copy color: '#EE7BFC'

red 238 ◦ green 123 ◦ blue 252

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

Shades of Violet #EE7BFC

Tints of Violet #EE7BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.07%

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 38.83%
G = 20.07%
B = 41.11%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE7BFC (or 0xEE7BFC) is known color: Violet. HEX triplet: EE, 7B and FC. RGB value is (238,123,252). Sum of RGB (Red+Green+Blue) = 238+123+252=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 123 (48.44% from 255 or 20.07% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7BFC is #118403. Grayscale: #ABABAB. Windows color (decimal): -1147908 or 16546798. OLE color: 16546798.

HSL color Cylindrical-coordinate representation of color #EE7BFC: hue angle of 293.49º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7BFC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 123 252 -
CMYK 0.06 0.51 0 0.01
HSL 293.49º 0.96% 0.74% -
HSV(B) 293.49º 0.51% 0.99% -
XYZ 59.91 39.37 96.54 -
YUV 172.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 238 123 252 0.06 0.51 0 0.01 293.49 0.96 0.74
Hex EE 7B FC 6 33 0 1 125 60 4A
Octal 356 173 374 6 63 0 1 445 140 112
Binary 11101110 1111011 11111100 110 110011 0 1 100100101 1100000 1001010

Color Harmonies of #EE7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7BFC

Black with #EE7BFC

Text Example


Text Example

White with #EE7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7BFC; }

 p { color: rgb(238,123,252); }

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

background-color css

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

 a { background-color: rgb(238,123,252); }

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

border-color css

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

 span { border-color: rgb(238,123,252); }

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