Html Css Color HEX #E730C4 Razzle Dazzle Rose

📋 copy color: '#E730C4'

red 231 ◦ green 48 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E730C4

Tints of Razzle Dazzle Rose #E730C4

RGB

 RED value IS 231 (90.63% from 255) = 48.63%

 GREEN value IS 48 (19.14% from 255) = 10.11%

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 48.63%
G = 10.11%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E730C4 (or 0xE730C4) is known color: Razzle Dazzle Rose. HEX triplet: E7, 30 and C4. RGB value is (231,48,196). Sum of RGB (Red+Green+Blue) = 231+48+196=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E730C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E730C4 is #18CF3B. Grayscale: #777777. Windows color (decimal): -1625916 or 12857575. OLE color: 12857575.

HSL color Cylindrical-coordinate representation of color #E730C4: hue angle of 311.48º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E730C4 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 48 196 -
CMYK 0 0.79 0.15 0.09
HSL 311.48º 0.79% 0.55% -
HSV(B) 311.48º 0.79% 0.91% -
XYZ 43.98 23.09 54.36 -
YUV 119.59 171.13 207.47 -
System Red Green Blue C M Y K H S L
Decimal 231 48 196 0 0.79 0.15 0.09 311.48 0.79 0.55
Hex E7 30 C4 0 4F F 9 137 4F 37
Octal 347 60 304 0 117 17 11 467 117 67
Binary 11100111 110000 11000100 0 1001111 1111 1001 100110111 1001111 110111

Color Harmonies of #E730C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730C4

Black with #E730C4

Text Example


Text Example

White with #E730C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730C4; }

 p { color: rgb(231,48,196); }

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

background-color css

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

 a { background-color: rgb(231,48,196); }

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

border-color css

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

 span { border-color: rgb(231,48,196); }

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