Html Css Color HEX #EB6BF2 Violet

📋 copy color: '#EB6BF2'

red 235 ◦ green 107 ◦ blue 242

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

Shades of Violet #EB6BF2

Tints of Violet #EB6BF2

RGB

 RED value IS 235 (92.19% from 255) = 40.24%

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

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 40.24%
G = 18.32%
B = 41.44%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB6BF2 (or 0xEB6BF2) is known color: Violet. HEX triplet: EB, 6B and F2. RGB value is (235,107,242). Sum of RGB (Red+Green+Blue) = 235+107+242=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6BF2 is #14940D. Grayscale: #A0A0A0. Windows color (decimal): -1348622 or 15887339. OLE color: 15887339.

HSL color Cylindrical-coordinate representation of color #EB6BF2: hue angle of 296.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB6BF2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 107 242 -
CMYK 0.03 0.56 0 0.05
HSL 296.89º 0.84% 0.68% -
HSV(B) 296.89º 0.56% 0.95% -
XYZ 55.55 34.59 87.75 -
YUV 160.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 235 107 242 0.03 0.56 0 0.05 296.89 0.84 0.68
Hex EB 6B F2 3 38 0 5 129 54 44
Octal 353 153 362 3 70 0 5 451 124 104
Binary 11101011 1101011 11110010 11 111000 0 101 100101001 1010100 1000100

Color Harmonies of #EB6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6BF2

Black with #EB6BF2

Text Example


Text Example

White with #EB6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6BF2; }

 p { color: rgb(235,107,242); }

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

background-color css

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

 a { background-color: rgb(235,107,242); }

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

border-color css

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

 span { border-color: rgb(235,107,242); }

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