Html Css Color HEX #ED8CFD Violet

📋 copy color: '#ED8CFD'

red 237 ◦ green 140 ◦ blue 253

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

Shades of Violet #ED8CFD

Tints of Violet #ED8CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 37.62%
G = 22.22%
B = 40.16%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED8CFD (or 0xED8CFD) is known color: Violet. HEX triplet: ED, 8C and FD. RGB value is (237,140,253). Sum of RGB (Red+Green+Blue) = 237+140+253=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8CFD is #127302. Grayscale: #B5B5B5. Windows color (decimal): -1209091 or 16616685. OLE color: 16616685.

HSL color Cylindrical-coordinate representation of color #ED8CFD: hue angle of 291.5º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8CFD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 140 253 -
CMYK 0.06 0.45 0 0.01
HSL 291.5º 0.97% 0.77% -
HSV(B) 291.5º 0.45% 0.99% -
XYZ 62.03 43.85 98.12 -
YUV 181.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 237 140 253 0.06 0.45 0 0.01 291.5 0.97 0.77
Hex ED 8C FD 6 2D 0 1 124 61 4D
Octal 355 214 375 6 55 0 1 444 141 115
Binary 11101101 10001100 11111101 110 101101 0 1 100100100 1100001 1001101

Color Harmonies of #ED8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8CFD

Black with #ED8CFD

Text Example


Text Example

White with #ED8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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