Html Css Color HEX #FF7EC5 Tea Rose

📋 copy color: '#FF7EC5'

red 255 ◦ green 126 ◦ blue 197

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

Shades of Tea Rose #FF7EC5

Tints of Tea Rose #FF7EC5

RGB

 RED value IS 255 (100% from 255) = 44.12%

 GREEN value IS 126 (49.61% from 255) = 21.8%

 BLUE value IS 197 (77.34% from 255) = 34.08%

R = 44.12%
G = 21.8%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF7EC5 (or 0xFF7EC5) is known color: Tea Rose. HEX triplet: FF, 7E and C5. RGB value is (255,126,197). Sum of RGB (Red+Green+Blue) = 255+126+197=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EC5 is #00813A. Grayscale: #ACACAC. Windows color (decimal): -33083 or 12943103. OLE color: 12943103.

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

Color convert

RGB 255 126 197 -
CMYK 0 0.51 0.23 0
HSL 326.98º 1% 0.75% -
HSV(B) 326.98º 0.51% 1% -
XYZ 58.78 40.21 57.49 -
YUV 172.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 255 126 197 0 0.51 0.23 0 326.98 1 0.75
Hex FF 7E C5 0 33 17 0 147 64 4B
Octal 377 176 305 0 63 27 0 507 144 113
Binary 11111111 1111110 11000101 0 110011 10111 0 101000111 1100100 1001011

Color Harmonies of #FF7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EC5

Black with #FF7EC5

Text Example


Text Example

White with #FF7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EC5; }

 p { color: rgb(255,126,197); }

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

background-color css

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

 a { background-color: rgb(255,126,197); }

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

border-color css

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

 span { border-color: rgb(255,126,197); }

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