Html Css Color HEX #ED8098 Carissma

📋 copy color: '#ED8098'

red 237 ◦ green 128 ◦ blue 152

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

Shades of Carissma #ED8098

Tints of Carissma #ED8098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.76%

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

R = 45.84%
G = 24.76%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8098 (or 0xED8098) is known color: Carissma. HEX triplet: ED, 80 and 98. RGB value is (237,128,152). Sum of RGB (Red+Green+Blue) = 237+128+152=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8098 is #127F67. Grayscale: #A3A3A3. Windows color (decimal): -1212264 or 9994477. OLE color: 9994477.

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

Color convert

RGB 237 128 152 -
CMYK 0 0.46 0.36 0.07
HSL 346.79º 0.75% 0.72% -
HSV(B) 346.79º 0.46% 0.93% -
XYZ 48.31 35.71 34.05 -
YUV 163.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 237 128 152 0 0.46 0.36 0.07 346.79 0.75 0.72
Hex ED 80 98 0 2E 24 7 15B 4B 48
Octal 355 200 230 0 56 44 7 533 113 110
Binary 11101101 10000000 10011000 0 101110 100100 111 101011011 1001011 1001000

Color Harmonies of #ED8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8098

Black with #ED8098

Text Example


Text Example

White with #ED8098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8098; }

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

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

background-color css

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

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

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

border-color css

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

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

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