Html Css Color HEX #ED8498 Carissma

📋 copy color: '#ED8498'

red 237 ◦ green 132 ◦ blue 152

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

Shades of Carissma #ED8498

Tints of Carissma #ED8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.34%

 BLUE value IS 152 (59.77% from 255) = 29.17%

R = 45.49%
G = 25.34%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8498 (or 0xED8498) is known color: Carissma. HEX triplet: ED, 84 and 98. RGB value is (237,132,152). Sum of RGB (Red+Green+Blue) = 237+132+152=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8498 is #127B67. Grayscale: #A5A5A5. Windows color (decimal): -1211240 or 9995501. OLE color: 9995501.

HSL color Cylindrical-coordinate representation of color #ED8498: hue angle of 348.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8498 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 152 -
CMYK 0 0.44 0.36 0.07
HSL 348.57º 0.74% 0.72% -
HSV(B) 348.57º 0.44% 0.93% -
XYZ 48.84 36.77 34.23 -
YUV 165.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 237 132 152 0 0.44 0.36 0.07 348.57 0.74 0.72
Hex ED 84 98 0 2C 24 7 15D 4A 48
Octal 355 204 230 0 54 44 7 535 112 110
Binary 11101101 10000100 10011000 0 101100 100100 111 101011101 1001010 1001000

Color Harmonies of #ED8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8498

Black with #ED8498

Text Example


Text Example

White with #ED8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8498; }

 p { color: rgb(237,132,152); }

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

background-color css

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

 a { background-color: rgb(237,132,152); }

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

border-color css

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

 span { border-color: rgb(237,132,152); }

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