Html Css Color HEX #E6948A Sweet Pink

📋 copy color: '#E6948A'

red 230 ◦ green 148 ◦ blue 138

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

Shades of Sweet Pink #E6948A

Tints of Sweet Pink #E6948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 44.57%
G = 28.68%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6948A (or 0xE6948A) is known color: Sweet Pink. HEX triplet: E6, 94 and 8A. RGB value is (230,148,138). Sum of RGB (Red+Green+Blue) = 230+148+138=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6948A is #196B75. Grayscale: #ABABAB. Windows color (decimal): -1665910 or 9082086. OLE color: 9082086.

HSL color Cylindrical-coordinate representation of color #E6948A: hue angle of 6.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6948A is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 138 -
CMYK 0 0.36 0.4 0.10
HSL 6.52º 0.65% 0.72% -
HSV(B) 6.52º 0.4% 0.9% -
XYZ 47.81 39.84 29.21 -
YUV 171.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 230 148 138 0 0.36 0.4 0.10 6.52 0.65 0.72
Hex E6 94 8A 0 24 28 A 7 41 48
Octal 346 224 212 0 44 50 12 7 101 110
Binary 11100110 10010100 10001010 0 100100 101000 1010 111 1000001 1001000

Color Harmonies of #E6948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6948A

Black with #E6948A

Text Example


Text Example

White with #E6948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6948A; }

 p { color: rgb(230,148,138); }

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

background-color css

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

 a { background-color: rgb(230,148,138); }

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

border-color css

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

 span { border-color: rgb(230,148,138); }

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