Html Css Color HEX #ED9CFB Violet

📋 copy color: '#ED9CFB'

red 237 ◦ green 156 ◦ blue 251

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

Shades of Violet #ED9CFB

Tints of Violet #ED9CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.22%

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

R = 36.8%
G = 24.22%
B = 38.98%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED9CFB (or 0xED9CFB) is known color: Violet. HEX triplet: ED, 9C and FB. RGB value is (237,156,251). Sum of RGB (Red+Green+Blue) = 237+156+251=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED9CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFB is #126304. Grayscale: #BEBEBE. Windows color (decimal): -1204997 or 16489709. OLE color: 16489709.

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

Color convert

RGB 237 156 251 -
CMYK 0.06 0.38 0 0.02
HSL 291.16º 0.92% 0.8% -
HSV(B) 291.16º 0.38% 0.98% -
XYZ 64.23 48.75 97.29 -
YUV 191.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 237 156 251 0.06 0.38 0 0.02 291.16 0.92 0.8
Hex ED 9C FB 6 26 0 2 123 5C 50
Octal 355 234 373 6 46 0 2 443 134 120
Binary 11101101 10011100 11111011 110 100110 0 10 100100011 1011100 1010000

Color Harmonies of #ED9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CFB

Black with #ED9CFB

Text Example


Text Example

White with #ED9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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