Html Css Color HEX #EB7BFB Heliotrope

📋 copy color: '#EB7BFB'

red 235 ◦ green 123 ◦ blue 251

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

Shades of Heliotrope #EB7BFB

Tints of Heliotrope #EB7BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 38.59%
G = 20.2%
B = 41.22%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB7BFB (or 0xEB7BFB) is known color: Heliotrope. HEX triplet: EB, 7B and FB. RGB value is (235,123,251). Sum of RGB (Red+Green+Blue) = 235+123+251=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB7BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7BFB is #148404. Grayscale: #AAAAAA. Windows color (decimal): -1344517 or 16481259. OLE color: 16481259.

HSL color Cylindrical-coordinate representation of color #EB7BFB: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB7BFB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 123 251 -
CMYK 0.06 0.51 0 0.02
HSL 292.5º 0.94% 0.73% -
HSV(B) 292.5º 0.51% 0.98% -
XYZ 58.76 38.79 95.66 -
YUV 171.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 235 123 251 0.06 0.51 0 0.02 292.5 0.94 0.73
Hex EB 7B FB 6 33 0 2 124 5E 49
Octal 353 173 373 6 63 0 2 444 136 111
Binary 11101011 1111011 11111011 110 110011 0 10 100100100 1011110 1001001

Color Harmonies of #EB7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7BFB

Black with #EB7BFB

Text Example


Text Example

White with #EB7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7BFB; }

 p { color: rgb(235,123,251); }

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

background-color css

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

 a { background-color: rgb(235,123,251); }

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

border-color css

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

 span { border-color: rgb(235,123,251); }

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