Html Css Color HEX #ED7FF4 Violet

📋 copy color: '#ED7FF4'

red 237 ◦ green 127 ◦ blue 244

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

Shades of Violet #ED7FF4

Tints of Violet #ED7FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.13%

R = 38.98%
G = 20.89%
B = 40.13%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED7FF4 (or 0xED7FF4) is known color: Violet. HEX triplet: ED, 7F and F4. RGB value is (237,127,244). Sum of RGB (Red+Green+Blue) = 237+127+244=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED7FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FF4 is #12800B. Grayscale: #ACACAC. Windows color (decimal): -1212428 or 16023533. OLE color: 16023533.

HSL color Cylindrical-coordinate representation of color #ED7FF4: hue angle of 296.41º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7FF4 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 127 244 -
CMYK 0.03 0.48 0 0.04
HSL 296.41º 0.84% 0.73% -
HSV(B) 296.41º 0.48% 0.96% -
XYZ 58.84 39.71 90.15 -
YUV 173.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 237 127 244 0.03 0.48 0 0.04 296.41 0.84 0.73
Hex ED 7F F4 3 30 0 4 128 54 49
Octal 355 177 364 3 60 0 4 450 124 111
Binary 11101101 1111111 11110100 11 110000 0 100 100101000 1010100 1001001

Color Harmonies of #ED7FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FF4

Black with #ED7FF4

Text Example


Text Example

White with #ED7FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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