Html Css Color HEX #EA77CF Orchid

📋 copy color: '#EA77CF'

red 234 ◦ green 119 ◦ blue 207

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

Shades of Orchid #EA77CF

Tints of Orchid #EA77CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.25%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 41.79%
G = 21.25%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA77CF (or 0xEA77CF) is known color: Orchid. HEX triplet: EA, 77 and CF. RGB value is (234,119,207). Sum of RGB (Red+Green+Blue) = 234+119+207=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77CF is #158830. Grayscale: #A3A3A3. Windows color (decimal): -1411121 or 13596650. OLE color: 13596650.

HSL color Cylindrical-coordinate representation of color #EA77CF: hue angle of 314.09º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77CF is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 207 -
CMYK 0 0.49 0.12 0.08
HSL 314.09º 0.73% 0.69% -
HSV(B) 314.09º 0.49% 0.92% -
XYZ 51.79 35.19 63.09 -
YUV 163.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 234 119 207 0 0.49 0.12 0.08 314.09 0.73 0.69
Hex EA 77 CF 0 31 C 8 13A 49 45
Octal 352 167 317 0 61 14 10 472 111 105
Binary 11101010 1110111 11001111 0 110001 1100 1000 100111010 1001001 1000101

Color Harmonies of #EA77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77CF

Black with #EA77CF

Text Example


Text Example

White with #EA77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77CF; }

 p { color: rgb(234,119,207); }

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

background-color css

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

 a { background-color: rgb(234,119,207); }

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

border-color css

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

 span { border-color: rgb(234,119,207); }

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