Html Css Color HEX #EA7BD0 Orchid

📋 copy color: '#EA7BD0'

red 234 ◦ green 123 ◦ blue 208

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

Shades of Orchid #EA7BD0

Tints of Orchid #EA7BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.77%

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 41.42%
G = 21.77%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA7BD0 (or 0xEA7BD0) is known color: Orchid. HEX triplet: EA, 7B and D0. RGB value is (234,123,208). Sum of RGB (Red+Green+Blue) = 234+123+208=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BD0 is #15842F. Grayscale: #A5A5A5. Windows color (decimal): -1410096 or 13663210. OLE color: 13663210.

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

Color convert

RGB 234 123 208 -
CMYK 0 0.47 0.11 0.08
HSL 314.05º 0.73% 0.7% -
HSV(B) 314.05º 0.47% 0.92% -
XYZ 52.4 36.21 63.9 -
YUV 165.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 234 123 208 0 0.47 0.11 0.08 314.05 0.73 0.7
Hex EA 7B D0 0 2F B 8 13A 49 46
Octal 352 173 320 0 57 13 10 472 111 106
Binary 11101010 1111011 11010000 0 101111 1011 1000 100111010 1001001 1000110

Color Harmonies of #EA7BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BD0

Black with #EA7BD0

Text Example


Text Example

White with #EA7BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BD0; }

 p { color: rgb(234,123,208); }

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

background-color css

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

 a { background-color: rgb(234,123,208); }

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

border-color css

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

 span { border-color: rgb(234,123,208); }

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