Html Css Color HEX #EA7CD2 Orchid

📋 copy color: '#EA7CD2'

red 234 ◦ green 124 ◦ blue 210

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

Shades of Orchid #EA7CD2

Tints of Orchid #EA7CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 41.2%
G = 21.83%
B = 36.97%

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

#EA7CD2 (or 0xEA7CD2) is known color: Orchid. HEX triplet: EA, 7C and D2. RGB value is (234,124,210). Sum of RGB (Red+Green+Blue) = 234+124+210=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CD2 is #15832D. Grayscale: #A6A6A6. Windows color (decimal): -1409838 or 13794538. OLE color: 13794538.

HSL color Cylindrical-coordinate representation of color #EA7CD2: hue angle of 313.09º 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 #EA7CD2 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 124 210 -
CMYK 0 0.47 0.10 0.08
HSL 313.09º 0.72% 0.7% -
HSV(B) 313.09º 0.47% 0.92% -
XYZ 52.77 36.56 65.25 -
YUV 166.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 234 124 210 0 0.47 0.10 0.08 313.09 0.72 0.7
Hex EA 7C D2 0 2F A 8 139 48 46
Octal 352 174 322 0 57 12 10 471 110 106
Binary 11101010 1111100 11010010 0 101111 1010 1000 100111001 1001000 1000110

Color Harmonies of #EA7CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CD2

Black with #EA7CD2

Text Example


Text Example

White with #EA7CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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