Html Css Color HEX #ED8BFB Violet

📋 copy color: '#ED8BFB'

red 237 ◦ green 139 ◦ blue 251

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

Shades of Violet #ED8BFB

Tints of Violet #ED8BFB

RGB

 RED value IS 237 (92.97% from 255) = 37.8%

 GREEN value IS 139 (54.69% from 255) = 22.17%

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

R = 37.8%
G = 22.17%
B = 40.03%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED8BFB (or 0xED8BFB) is known color: Violet. HEX triplet: ED, 8B and FB. RGB value is (237,139,251). Sum of RGB (Red+Green+Blue) = 237+139+251=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 139 (54.69% from 255 or 22.17% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BFB is #127404. Grayscale: #B4B4B4. Windows color (decimal): -1209349 or 16485357. OLE color: 16485357.

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

Color convert

RGB 237 139 251 -
CMYK 0.06 0.45 0 0.02
HSL 292.5º 0.93% 0.76% -
HSV(B) 292.5º 0.45% 0.98% -
XYZ 61.57 43.43 96.41 -
YUV 181.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 237 139 251 0.06 0.45 0 0.02 292.5 0.93 0.76
Hex ED 8B FB 6 2D 0 2 124 5D 4C
Octal 355 213 373 6 55 0 2 444 135 114
Binary 11101101 10001011 11111011 110 101101 0 10 100100100 1011101 1001100

Color Harmonies of #ED8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BFB

Black with #ED8BFB

Text Example


Text Example

White with #ED8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BFB; }

 p { color: rgb(237,139,251); }

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

background-color css

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

 a { background-color: rgb(237,139,251); }

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

border-color css

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

 span { border-color: rgb(237,139,251); }

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