Html Css Color HEX #FFE0E7 Carousel Pink

📋 copy color: '#FFE0E7'

red 255 ◦ green 224 ◦ blue 231

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

Shades of Carousel Pink #FFE0E7

Tints of Carousel Pink #FFE0E7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.55%

 BLUE value IS 231 (90.63% from 255) = 32.54%

R = 35.92%
G = 31.55%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFE0E7 (or 0xFFE0E7) is known color: Carousel Pink. HEX triplet: FF, E0 and E7. RGB value is (255,224,231). Sum of RGB (Red+Green+Blue) = 255+224+231=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 224 (87.89% from 255 or 31.55% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0E7 is #001F18. Grayscale: #EAEAEA. Windows color (decimal): -7961 or 15196415. OLE color: 15196415.

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

Color convert

RGB 255 224 231 -
CMYK 0 0.12 0.09 0
HSL 346.45º 1% 0.94% -
HSV(B) 346.45º 0.12% 1% -
XYZ 82.32 80.34 86.77 -
YUV 234.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 255 224 231 0 0.12 0.09 0 346.45 1 0.94
Hex FF E0 E7 0 C 9 0 15A 64 5E
Octal 377 340 347 0 14 11 0 532 144 136
Binary 11111111 11100000 11100111 0 1100 1001 0 101011010 1100100 1011110

Color Harmonies of #FFE0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0E7

Black with #FFE0E7

Text Example


Text Example

White with #FFE0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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