Html Css Color HEX #E038CA Razzle Dazzle Rose

📋 copy color: '#E038CA'

red 224 ◦ green 56 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E038CA

Tints of Razzle Dazzle Rose #E038CA

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 46.47%
G = 11.62%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E038CA (or 0xE038CA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 38 and CA. RGB value is (224,56,202). Sum of RGB (Red+Green+Blue) = 224+56+202=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E038CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038CA is #1FC735. Grayscale: #7A7A7A. Windows color (decimal): -2082614 or 13252832. OLE color: 13252832.

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

Color convert

RGB 224 56 202 -
CMYK 0 0.75 0.10 0.12
HSL 307.86º 0.73% 0.55% -
HSV(B) 307.86º 0.75% 0.88% -
XYZ 42.82 22.94 58.05 -
YUV 122.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 224 56 202 0 0.75 0.10 0.12 307.86 0.73 0.55
Hex E0 38 CA 0 4B A C 134 49 37
Octal 340 70 312 0 113 12 14 464 111 67
Binary 11100000 111000 11001010 0 1001011 1010 1100 100110100 1001001 110111

Color Harmonies of #E038CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E038CA

Black with #E038CA

Text Example


Text Example

White with #E038CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E038CA; }

 p { color: rgb(224,56,202); }

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

background-color css

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

 a { background-color: rgb(224,56,202); }

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

border-color css

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

 span { border-color: rgb(224,56,202); }

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