Html Css Color HEX #EB72CF Orchid

📋 copy color: '#EB72CF'

red 235 ◦ green 114 ◦ blue 207

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

Shades of Orchid #EB72CF

Tints of Orchid #EB72CF

RGB

 RED value IS 235 (92.19% from 255) = 42.27%

 GREEN value IS 114 (44.92% from 255) = 20.5%

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

R = 42.27%
G = 20.5%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB72CF (or 0xEB72CF) is known color: Orchid. HEX triplet: EB, 72 and CF. RGB value is (235,114,207). Sum of RGB (Red+Green+Blue) = 235+114+207=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72CF is #148D30. Grayscale: #A0A0A0. Windows color (decimal): -1346865 or 13595371. OLE color: 13595371.

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

Color convert

RGB 235 114 207 -
CMYK 0 0.51 0.12 0.08
HSL 313.88º 0.75% 0.68% -
HSV(B) 313.88º 0.51% 0.92% -
XYZ 51.54 34.2 62.92 -
YUV 160.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 235 114 207 0 0.51 0.12 0.08 313.88 0.75 0.68
Hex EB 72 CF 0 33 C 8 13A 4B 44
Octal 353 162 317 0 63 14 10 472 113 104
Binary 11101011 1110010 11001111 0 110011 1100 1000 100111010 1001011 1000100

Color Harmonies of #EB72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72CF

Black with #EB72CF

Text Example


Text Example

White with #EB72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72CF; }

 p { color: rgb(235,114,207); }

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

background-color css

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

 a { background-color: rgb(235,114,207); }

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

border-color css

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

 span { border-color: rgb(235,114,207); }

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