Html Css Color HEX #ED4ABB Razzle Dazzle Rose

📋 copy color: '#ED4ABB'

red 237 ◦ green 74 ◦ blue 187

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

Shades of Razzle Dazzle Rose #ED4ABB

Tints of Razzle Dazzle Rose #ED4ABB

RGB

 RED value IS 237 (92.97% from 255) = 47.59%

 GREEN value IS 74 (29.3% from 255) = 14.86%

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 47.59%
G = 14.86%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED4ABB (or 0xED4ABB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 4A and BB. RGB value is (237,74,187). Sum of RGB (Red+Green+Blue) = 237+74+187=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4ABB is #12B544. Grayscale: #878787. Windows color (decimal): -1226053 or 12274413. OLE color: 12274413.

HSL color Cylindrical-coordinate representation of color #ED4ABB: hue angle of 318.4º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4ABB is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 74 187 -
CMYK 0 0.69 0.21 0.07
HSL 318.4º 0.82% 0.61% -
HSV(B) 318.4º 0.69% 0.93% -
XYZ 46.34 26.49 49.68 -
YUV 135.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 237 74 187 0 0.69 0.21 0.07 318.4 0.82 0.61
Hex ED 4A BB 0 45 15 7 13E 52 3D
Octal 355 112 273 0 105 25 7 476 122 75
Binary 11101101 1001010 10111011 0 1000101 10101 111 100111110 1010010 111101

Color Harmonies of #ED4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4ABB

Black with #ED4ABB

Text Example


Text Example

White with #ED4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4ABB; }

 p { color: rgb(237,74,187); }

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

background-color css

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

 a { background-color: rgb(237,74,187); }

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

border-color css

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

 span { border-color: rgb(237,74,187); }

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