Html Css Color HEX #EA7CD3 Orchid

📋 copy color: '#EA7CD3'

red 234 ◦ green 124 ◦ blue 211

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

Shades of Orchid #EA7CD3

Tints of Orchid #EA7CD3

RGB

 RED value IS 234 (91.8% from 255) = 41.12%

 GREEN value IS 124 (48.83% from 255) = 21.79%

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 41.12%
G = 21.79%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EA7CD3 (or 0xEA7CD3) is known color: Orchid. HEX triplet: EA, 7C and D3. RGB value is (234,124,211). Sum of RGB (Red+Green+Blue) = 234+124+211=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CD3 is #15832C. Grayscale: #A6A6A6. Windows color (decimal): -1409837 or 13860074. OLE color: 13860074.

HSL color Cylindrical-coordinate representation of color #EA7CD3: hue angle of 312.55º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7CD3 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 124 211 -
CMYK 0 0.47 0.10 0.08
HSL 312.55º 0.72% 0.7% -
HSV(B) 312.55º 0.47% 0.92% -
XYZ 52.9 36.61 65.91 -
YUV 166.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 234 124 211 0 0.47 0.10 0.08 312.55 0.72 0.7
Hex EA 7C D3 0 2F A 8 139 48 46
Octal 352 174 323 0 57 12 10 471 110 106
Binary 11101010 1111100 11010011 0 101111 1010 1000 100111001 1001000 1000110

Color Harmonies of #EA7CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CD3

Black with #EA7CD3

Text Example


Text Example

White with #EA7CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CD3; }

 p { color: rgb(234,124,211); }

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

background-color css

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

 a { background-color: rgb(234,124,211); }

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

border-color css

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

 span { border-color: rgb(234,124,211); }

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