Html Css Color HEX #ED94EA Violet

📋 copy color: '#ED94EA'

red 237 ◦ green 148 ◦ blue 234

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

Shades of Violet #ED94EA

Tints of Violet #ED94EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.91%

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 38.29%
G = 23.91%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED94EA (or 0xED94EA) is known color: Violet. HEX triplet: ED, 94 and EA. RGB value is (237,148,234). Sum of RGB (Red+Green+Blue) = 237+148+234=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94EA is #126B15. Grayscale: #B8B8B8. Windows color (decimal): -1207062 or 15373549. OLE color: 15373549.

HSL color Cylindrical-coordinate representation of color #ED94EA: hue angle of 302.02º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED94EA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 234 -
CMYK 0 0.38 0.01 0.07
HSL 302.02º 0.71% 0.75% -
HSV(B) 302.02º 0.38% 0.93% -
XYZ 60.37 45.12 83.37 -
YUV 184.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 237 148 234 0 0.38 0.01 0.07 302.02 0.71 0.75
Hex ED 94 EA 0 26 1 7 12E 47 4B
Octal 355 224 352 0 46 1 7 456 107 113
Binary 11101101 10010100 11101010 0 100110 1 111 100101110 1000111 1001011

Color Harmonies of #ED94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94EA

Black with #ED94EA

Text Example


Text Example

White with #ED94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94EA; }

 p { color: rgb(237,148,234); }

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

background-color css

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

 a { background-color: rgb(237,148,234); }

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

border-color css

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

 span { border-color: rgb(237,148,234); }

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