Html Css Color HEX #E684C1 Tea Rose

📋 copy color: '#E684C1'

red 230 ◦ green 132 ◦ blue 193

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

Shades of Tea Rose #E684C1

Tints of Tea Rose #E684C1

RGB

 RED value IS 230 (90.23% from 255) = 41.44%

 GREEN value IS 132 (51.95% from 255) = 23.78%

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 41.44%
G = 23.78%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E684C1 (or 0xE684C1) is known color: Tea Rose. HEX triplet: E6, 84 and C1. RGB value is (230,132,193). Sum of RGB (Red+Green+Blue) = 230+132+193=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E684C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684C1 is #197B3E. Grayscale: #A8A8A8. Windows color (decimal): -1669951 or 12682470. OLE color: 12682470.

HSL color Cylindrical-coordinate representation of color #E684C1: hue angle of 322.65º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684C1 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 193 -
CMYK 0 0.43 0.16 0.10
HSL 322.65º 0.66% 0.71% -
HSV(B) 322.65º 0.43% 0.9% -
XYZ 50.51 37.18 54.97 -
YUV 168.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 230 132 193 0 0.43 0.16 0.10 322.65 0.66 0.71
Hex E6 84 C1 0 2B 10 A 143 42 47
Octal 346 204 301 0 53 20 12 503 102 107
Binary 11100110 10000100 11000001 0 101011 10000 1010 101000011 1000010 1000111

Color Harmonies of #E684C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E684C1

Black with #E684C1

Text Example


Text Example

White with #E684C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E684C1; }

 p { color: rgb(230,132,193); }

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

background-color css

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

 a { background-color: rgb(230,132,193); }

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

border-color css

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

 span { border-color: rgb(230,132,193); }

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