Html Css Color HEX #FF7EC2 Tea Rose

📋 copy color: '#FF7EC2'

red 255 ◦ green 126 ◦ blue 194

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

Shades of Tea Rose #FF7EC2

Tints of Tea Rose #FF7EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.74%

R = 44.35%
G = 21.91%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF7EC2 (or 0xFF7EC2) is known color: Tea Rose. HEX triplet: FF, 7E and C2. RGB value is (255,126,194). Sum of RGB (Red+Green+Blue) = 255+126+194=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EC2 is #00813D. Grayscale: #ACACAC. Windows color (decimal): -33086 or 12746495. OLE color: 12746495.

HSL color Cylindrical-coordinate representation of color #FF7EC2: hue angle of 328.37º 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 #FF7EC2 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 194 -
CMYK 0 0.51 0.24 0
HSL 328.37º 1% 0.75% -
HSV(B) 328.37º 0.51% 1% -
XYZ 58.44 40.08 55.69 -
YUV 172.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 255 126 194 0 0.51 0.24 0 328.37 1 0.75
Hex FF 7E C2 0 33 18 0 148 64 4B
Octal 377 176 302 0 63 30 0 510 144 113
Binary 11111111 1111110 11000010 0 110011 11000 0 101001000 1100100 1001011

Color Harmonies of #FF7EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EC2

Black with #FF7EC2

Text Example


Text Example

White with #FF7EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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