Html Css Color HEX #ED7FEE Violet

📋 copy color: '#ED7FEE'

red 237 ◦ green 127 ◦ blue 238

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

Shades of Violet #ED7FEE

Tints of Violet #ED7FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 21.1%

 BLUE value IS 238 (93.36% from 255) = 39.53%

R = 39.37%
G = 21.1%
B = 39.53%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED7FEE (or 0xED7FEE) is known color: Violet. HEX triplet: ED, 7F and EE. RGB value is (237,127,238). Sum of RGB (Red+Green+Blue) = 237+127+238=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED7FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FEE is #128011. Grayscale: #ACACAC. Windows color (decimal): -1212434 or 15630317. OLE color: 15630317.

HSL color Cylindrical-coordinate representation of color #ED7FEE: hue angle of 299.46º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7FEE is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 238 -
CMYK 0.00 0.47 0 0.07
HSL 299.46º 0.77% 0.72% -
HSV(B) 299.46º 0.47% 0.93% -
XYZ 57.95 39.36 85.43 -
YUV 172.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 237 127 238 0.00 0.47 0 0.07 299.46 0.77 0.72
Hex ED 7F EE 0 2F 0 7 12B 4D 48
Octal 355 177 356 0 57 0 7 453 115 110
Binary 11101101 1111111 11101110 0 101111 0 111 100101011 1001101 1001000

Color Harmonies of #ED7FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FEE

Black with #ED7FEE

Text Example


Text Example

White with #ED7FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FEE; }

 p { color: rgb(237,127,238); }

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

background-color css

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

 a { background-color: rgb(237,127,238); }

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

border-color css

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

 span { border-color: rgb(237,127,238); }

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