Html Css Color HEX #EA7BD2 Orchid

📋 copy color: '#EA7BD2'

red 234 ◦ green 123 ◦ blue 210

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

Shades of Orchid #EA7BD2

Tints of Orchid #EA7BD2

RGB

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

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

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

R = 41.27%
G = 21.69%
B = 37.04%

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

#EA7BD2 (or 0xEA7BD2) is known color: Orchid. HEX triplet: EA, 7B and D2. RGB value is (234,123,210). Sum of RGB (Red+Green+Blue) = 234+123+210=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BD2 is #15842D. Grayscale: #A5A5A5. Windows color (decimal): -1410094 or 13794282. OLE color: 13794282.

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

Color convert

RGB 234 123 210 -
CMYK 0 0.47 0.10 0.08
HSL 312.97º 0.73% 0.7% -
HSV(B) 312.97º 0.47% 0.92% -
XYZ 52.65 36.31 65.21 -
YUV 166.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 234 123 210 0 0.47 0.10 0.08 312.97 0.73 0.7
Hex EA 7B D2 0 2F A 8 139 49 46
Octal 352 173 322 0 57 12 10 471 111 106
Binary 11101010 1111011 11010010 0 101111 1010 1000 100111001 1001001 1000110

Color Harmonies of #EA7BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BD2

Black with #EA7BD2

Text Example


Text Example

White with #EA7BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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