Html Css Color HEX #E138BE Razzle Dazzle Rose

📋 copy color: '#E138BE'

red 225 ◦ green 56 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E138BE

Tints of Razzle Dazzle Rose #E138BE

RGB

 RED value IS 225 (88.28% from 255) = 47.77%

 GREEN value IS 56 (22.27% from 255) = 11.89%

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 47.77%
G = 11.89%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E138BE (or 0xE138BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and BE. RGB value is (225,56,190). Sum of RGB (Red+Green+Blue) = 225+56+190=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E138BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138BE is #1EC741. Grayscale: #797979. Windows color (decimal): -2017090 or 12466401. OLE color: 12466401.

HSL color Cylindrical-coordinate representation of color #E138BE: hue angle of 312.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E138BE is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 56 190 -
CMYK 0 0.75 0.16 0.12
HSL 312.43º 0.74% 0.55% -
HSV(B) 312.43º 0.75% 0.88% -
XYZ 41.76 22.55 50.87 -
YUV 121.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 225 56 190 0 0.75 0.16 0.12 312.43 0.74 0.55
Hex E1 38 BE 0 4B 10 C 138 4A 37
Octal 341 70 276 0 113 20 14 470 112 67
Binary 11100001 111000 10111110 0 1001011 10000 1100 100111000 1001010 110111

Color Harmonies of #E138BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138BE

Black with #E138BE

Text Example


Text Example

White with #E138BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138BE; }

 p { color: rgb(225,56,190); }

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

background-color css

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

 a { background-color: rgb(225,56,190); }

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

border-color css

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

 span { border-color: rgb(225,56,190); }

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