Html Css Color HEX #ED8CFB Violet

📋 copy color: '#ED8CFB'

red 237 ◦ green 140 ◦ blue 251

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

Shades of Violet #ED8CFB

Tints of Violet #ED8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.29%

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

R = 37.74%
G = 22.29%
B = 39.97%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED8CFB (or 0xED8CFB) is known color: Violet. HEX triplet: ED, 8C and FB. RGB value is (237,140,251). Sum of RGB (Red+Green+Blue) = 237+140+251=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED8CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFB is #127304. Grayscale: #B5B5B5. Windows color (decimal): -1209093 or 16485613. OLE color: 16485613.

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

Color convert

RGB 237 140 251 -
CMYK 0.06 0.44 0 0.02
HSL 292.43º 0.93% 0.77% -
HSV(B) 292.43º 0.44% 0.98% -
XYZ 61.72 43.73 96.45 -
YUV 181.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 237 140 251 0.06 0.44 0 0.02 292.43 0.93 0.77
Hex ED 8C FB 6 2C 0 2 124 5D 4D
Octal 355 214 373 6 54 0 2 444 135 115
Binary 11101101 10001100 11111011 110 101100 0 10 100100100 1011101 1001101

Color Harmonies of #ED8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CFB

Black with #ED8CFB

Text Example


Text Example

White with #ED8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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