Html Css Color HEX #E138B3 Razzle Dazzle Rose

📋 copy color: '#E138B3'

red 225 ◦ green 56 ◦ blue 179

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

Shades of Razzle Dazzle Rose #E138B3

Tints of Razzle Dazzle Rose #E138B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 48.91%
G = 12.17%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E138B3 (or 0xE138B3) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and B3. RGB value is (225,56,179). Sum of RGB (Red+Green+Blue) = 225+56+179=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E138B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138B3 is #1EC74C. Grayscale: #787878. Windows color (decimal): -2017101 or 11745505. OLE color: 11745505.

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

Color convert

RGB 225 56 179 -
CMYK 0 0.75 0.20 0.12
HSL 316.33º 0.74% 0.55% -
HSV(B) 316.33º 0.75% 0.88% -
XYZ 40.6 22.09 44.77 -
YUV 120.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 225 56 179 0 0.75 0.20 0.12 316.33 0.74 0.55
Hex E1 38 B3 0 4B 14 C 13C 4A 37
Octal 341 70 263 0 113 24 14 474 112 67
Binary 11100001 111000 10110011 0 1001011 10100 1100 100111100 1001010 110111

Color Harmonies of #E138B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138B3

Black with #E138B3

Text Example


Text Example

White with #E138B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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