Html Css Color HEX #ED71DA Orchid

📋 copy color: '#ED71DA'

red 237 ◦ green 113 ◦ blue 218

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

Shades of Orchid #ED71DA

Tints of Orchid #ED71DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.89%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 41.73%
G = 19.89%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED71DA (or 0xED71DA) is known color: Orchid. HEX triplet: ED, 71 and DA. RGB value is (237,113,218). Sum of RGB (Red+Green+Blue) = 237+113+218=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED71DA is #128E25. Grayscale: #A1A1A1. Windows color (decimal): -1216038 or 14316013. OLE color: 14316013.

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

Color convert

RGB 237 113 218 -
CMYK 0 0.52 0.08 0.07
HSL 309.19º 0.78% 0.69% -
HSV(B) 309.19º 0.52% 0.93% -
XYZ 53.49 34.88 70.24 -
YUV 162.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 237 113 218 0 0.52 0.08 0.07 309.19 0.78 0.69
Hex ED 71 DA 0 34 8 7 135 4E 45
Octal 355 161 332 0 64 10 7 465 116 105
Binary 11101101 1110001 11011010 0 110100 1000 111 100110101 1001110 1000101

Color Harmonies of #ED71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71DA

Black with #ED71DA

Text Example


Text Example

White with #ED71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71DA; }

 p { color: rgb(237,113,218); }

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

background-color css

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

 a { background-color: rgb(237,113,218); }

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

border-color css

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

 span { border-color: rgb(237,113,218); }

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