Html Css Color HEX #E138CE Razzle Dazzle Rose

📋 copy color: '#E138CE'

red 225 ◦ green 56 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E138CE

Tints of Razzle Dazzle Rose #E138CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 46.2%
G = 11.5%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E138CE (or 0xE138CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 38 and CE. RGB value is (225,56,206). Sum of RGB (Red+Green+Blue) = 225+56+206=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E138CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138CE is #1EC731. Grayscale: #7B7B7B. Windows color (decimal): -2017074 or 13514977. OLE color: 13514977.

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

Color convert

RGB 225 56 206 -
CMYK 0 0.75 0.08 0.12
HSL 306.75º 0.74% 0.55% -
HSV(B) 306.75º 0.75% 0.88% -
XYZ 43.61 23.29 60.59 -
YUV 123.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 225 56 206 0 0.75 0.08 0.12 306.75 0.74 0.55
Hex E1 38 CE 0 4B 8 C 133 4A 37
Octal 341 70 316 0 113 10 14 463 112 67
Binary 11100001 111000 11001110 0 1001011 1000 1100 100110011 1001010 110111

Color Harmonies of #E138CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E138CE

Black with #E138CE

Text Example


Text Example

White with #E138CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E138CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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