Html Css Color HEX #ED9CFA Violet

📋 copy color: '#ED9CFA'

red 237 ◦ green 156 ◦ blue 250

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

Shades of Violet #ED9CFA

Tints of Violet #ED9CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 36.86%
G = 24.26%
B = 38.88%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED9CFA (or 0xED9CFA) is known color: Violet. HEX triplet: ED, 9C and FA. RGB value is (237,156,250). Sum of RGB (Red+Green+Blue) = 237+156+250=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED9CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9CFA is #126305. Grayscale: #BEBEBE. Windows color (decimal): -1204998 or 16424173. OLE color: 16424173.

HSL color Cylindrical-coordinate representation of color #ED9CFA: hue angle of 291.7º degrees, saturation: 0.9, 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 #ED9CFA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 156 250 -
CMYK 0.05 0.38 0 0.02
HSL 291.7º 0.9% 0.8% -
HSV(B) 291.7º 0.38% 0.98% -
XYZ 64.07 48.68 96.46 -
YUV 190.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 237 156 250 0.05 0.38 0 0.02 291.7 0.9 0.8
Hex ED 9C FA 5 26 0 2 124 5A 50
Octal 355 234 372 5 46 0 2 444 132 120
Binary 11101101 10011100 11111010 101 100110 0 10 100100100 1011010 1010000

Color Harmonies of #ED9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CFA

Black with #ED9CFA

Text Example


Text Example

White with #ED9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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