Html Css Color HEX #ED6ED4 Orchid

📋 copy color: '#ED6ED4'

red 237 ◦ green 110 ◦ blue 212

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

Shades of Orchid #ED6ED4

Tints of Orchid #ED6ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.68%

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 42.4%
G = 19.68%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED6ED4 (or 0xED6ED4) is known color: Orchid. HEX triplet: ED, 6E and D4. RGB value is (237,110,212). Sum of RGB (Red+Green+Blue) = 237+110+212=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ED4 is #12912B. Grayscale: #9F9F9F. Windows color (decimal): -1216812 or 13922029. OLE color: 13922029.

HSL color Cylindrical-coordinate representation of color #ED6ED4: hue angle of 311.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6ED4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 110 212 -
CMYK 0 0.54 0.11 0.07
HSL 311.81º 0.78% 0.68% -
HSV(B) 311.81º 0.54% 0.93% -
XYZ 52.38 33.91 66.07 -
YUV 159.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 237 110 212 0 0.54 0.11 0.07 311.81 0.78 0.68
Hex ED 6E D4 0 36 B 7 138 4E 44
Octal 355 156 324 0 66 13 7 470 116 104
Binary 11101101 1101110 11010100 0 110110 1011 111 100111000 1001110 1000100

Color Harmonies of #ED6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ED4

Black with #ED6ED4

Text Example


Text Example

White with #ED6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ED4; }

 p { color: rgb(237,110,212); }

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

background-color css

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

 a { background-color: rgb(237,110,212); }

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

border-color css

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

 span { border-color: rgb(237,110,212); }

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