Html Css Color HEX #EBE1E2 Pale Rose

📋 copy color: '#EBE1E2'

red 235 ◦ green 225 ◦ blue 226

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

Shades of Pale Rose #EBE1E2

Tints of Pale Rose #EBE1E2

RGB

 RED value IS 235 (92.19% from 255) = 34.26%

 GREEN value IS 225 (88.28% from 255) = 32.8%

 BLUE value IS 226 (88.67% from 255) = 32.94%

R = 34.26%
G = 32.8%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBE1E2 (or 0xEBE1E2) is known color: Pale Rose. HEX triplet: EB, E1 and E2. RGB value is (235,225,226). Sum of RGB (Red+Green+Blue) = 235+225+226=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1E2 is #141E1D. Grayscale: #E4E4E4. Windows color (decimal): -1318430 or 14868971. OLE color: 14868971.

HSL color Cylindrical-coordinate representation of color #EBE1E2: hue angle of 354º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE1E2 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 226 -
CMYK 0 0.04 0.04 0.08
HSL 354º 0.2% 0.9% -
HSV(B) 354º 0.04% 0.92% -
XYZ 74.91 77 82.87 -
YUV 228.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 235 225 226 0 0.04 0.04 0.08 354 0.2 0.9
Hex EB E1 E2 0 4 4 8 162 14 5A
Octal 353 341 342 0 4 4 10 542 24 132
Binary 11101011 11100001 11100010 0 100 100 1000 101100010 10100 1011010

Color Harmonies of #EBE1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE1E2

Black with #EBE1E2

Text Example


Text Example

White with #EBE1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE1E2; }

 p { color: rgb(235,225,226); }

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

background-color css

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

 a { background-color: rgb(235,225,226); }

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

border-color css

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

 span { border-color: rgb(235,225,226); }

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