Html Css Color HEX #ED8BFD Violet

📋 copy color: '#ED8BFD'

red 237 ◦ green 139 ◦ blue 253

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

Shades of Violet #ED8BFD

Tints of Violet #ED8BFD

RGB

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

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

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

R = 37.68%
G = 22.1%
B = 40.22%

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

#ED8BFD (or 0xED8BFD) is known color: Violet. HEX triplet: ED, 8B and FD. RGB value is (237,139,253). Sum of RGB (Red+Green+Blue) = 237+139+253=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 139 (54.69% from 255 or 22.10% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED8BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BFD is #127402. Grayscale: #B4B4B4. Windows color (decimal): -1209347 or 16616429. OLE color: 16616429.

HSL color Cylindrical-coordinate representation of color #ED8BFD: hue angle of 291.58º 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 #ED8BFD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 139 253 -
CMYK 0.06 0.45 0 0.01
HSL 291.58º 0.97% 0.77% -
HSV(B) 291.58º 0.45% 0.99% -
XYZ 61.89 43.56 98.07 -
YUV 181.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 237 139 253 0.06 0.45 0 0.01 291.58 0.97 0.77
Hex ED 8B FD 6 2D 0 1 124 61 4D
Octal 355 213 375 6 55 0 1 444 141 115
Binary 11101101 10001011 11111101 110 101101 0 1 100100100 1100001 1001101

Color Harmonies of #ED8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BFD

Black with #ED8BFD

Text Example


Text Example

White with #ED8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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