Html Css Color HEX #EB7CCF Tea Rose

📋 copy color: '#EB7CCF'

red 235 ◦ green 124 ◦ blue 207

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

Shades of Tea Rose #EB7CCF

Tints of Tea Rose #EB7CCF

RGB

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

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

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

R = 41.52%
G = 21.91%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB7CCF (or 0xEB7CCF) is known color: Tea Rose. HEX triplet: EB, 7C and CF. RGB value is (235,124,207). Sum of RGB (Red+Green+Blue) = 235+124+207=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CCF is #148330. Grayscale: #A6A6A6. Windows color (decimal): -1344305 or 13597931. OLE color: 13597931.

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

Color convert

RGB 235 124 207 -
CMYK 0 0.47 0.12 0.08
HSL 315.14º 0.74% 0.7% -
HSV(B) 315.14º 0.47% 0.92% -
XYZ 52.73 36.58 63.31 -
YUV 166.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 235 124 207 0 0.47 0.12 0.08 315.14 0.74 0.7
Hex EB 7C CF 0 2F C 8 13B 4A 46
Octal 353 174 317 0 57 14 10 473 112 106
Binary 11101011 1111100 11001111 0 101111 1100 1000 100111011 1001010 1000110

Color Harmonies of #EB7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CCF

Black with #EB7CCF

Text Example


Text Example

White with #EB7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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