Html Css Color HEX #EB74FF Heliotrope

📋 copy color: '#EB74FF'

red 235 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #EB74FF

Tints of Heliotrope #EB74FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.14%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 38.78%
G = 19.14%
B = 42.08%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB74FF (or 0xEB74FF) is known color: Heliotrope. HEX triplet: EB, 74 and FF. RGB value is (235,116,255). Sum of RGB (Red+Green+Blue) = 235+116+255=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 116 (45.70% from 255 or 19.14% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB74FF is #148B00. Grayscale: #A6A6A6. Windows color (decimal): -1346305 or 16741611. OLE color: 16741611.

HSL color Cylindrical-coordinate representation of color #EB74FF: hue angle of 291.37º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB74FF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 116 255 -
CMYK 0.08 0.55 0 0
HSL 291.37º 1% 0.73% -
HSV(B) 291.37º 0.55% 1% -
XYZ 58.56 37.37 98.74 -
YUV 167.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 235 116 255 0.08 0.55 0 0 291.37 1 0.73
Hex EB 74 FF 8 37 0 0 123 64 49
Octal 353 164 377 10 67 0 0 443 144 111
Binary 11101011 1110100 11111111 1000 110111 0 0 100100011 1100100 1001001

Color Harmonies of #EB74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74FF

Black with #EB74FF

Text Example


Text Example

White with #EB74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74FF; }

 p { color: rgb(235,116,255); }

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

background-color css

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

 a { background-color: rgb(235,116,255); }

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

border-color css

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

 span { border-color: rgb(235,116,255); }

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