#FFE0E4

Color #FFE0E4 Carousel Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carousel Pink #FFE0E4

Tints of Carousel Pink #FFE0E4

Color information

#FFE0E4 (or 0xFFE0E4) is unknown color: approx Carousel Pink. HEX triplet: FF, E0 and E4. RGB value is (255,224,228). Sum of RGB (Red+Green+Blue) = 255+224+228=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0E4 is #001F1B. Grayscale: #E9E9E9. Windows color (decimal): -7964 or 14999807. OLE color: 14999807.

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

Color convert

RGB255224228-
CMYK00.120.110
HSL352.26º100%93.92%-
HSV(B)352.26º12.16%100%-
XYZ81.980.1784.56-
YUV233.72124.77143.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 228 (89.45% from 255) = 32.25%
R=36.07%
G=31.68%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522422800.120.110352.2610093.92
HexFFE0E40CB0160645e
Octal377340344014130540144136
Binary111111111110000011100100011001011010110000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0E4; }

 p { color: rgb(255,224,228); }

 H1.HeaderClassName
 {
   color: #FFE0E4;
 }
 .AnyTagClassName
 {
   color: #FFE0E4;
 }
</style>
background-color css

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

 a { background-color: rgb(255,224,228); }

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

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

 span { border-color: rgb(255,224,228); }

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