Html Css Color HEX #ED8290 Carissma

📋 copy color: '#ED8290'

red 237 ◦ green 130 ◦ blue 144

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

Shades of Carissma #ED8290

Tints of Carissma #ED8290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.44%

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 46.38%
G = 25.44%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8290 (or 0xED8290) is known color: Carissma. HEX triplet: ED, 82 and 90. RGB value is (237,130,144). Sum of RGB (Red+Green+Blue) = 237+130+144=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8290 is #127D6F. Grayscale: #A3A3A3. Windows color (decimal): -1211760 or 9470701. OLE color: 9470701.

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

Color convert

RGB 237 130 144 -
CMYK 0 0.45 0.39 0.07
HSL 352.15º 0.75% 0.72% -
HSV(B) 352.15º 0.45% 0.93% -
XYZ 47.94 35.98 30.8 -
YUV 163.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 237 130 144 0 0.45 0.39 0.07 352.15 0.75 0.72
Hex ED 82 90 0 2D 27 7 160 4B 48
Octal 355 202 220 0 55 47 7 540 113 110
Binary 11101101 10000010 10010000 0 101101 100111 111 101100000 1001011 1001000

Color Harmonies of #ED8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8290

Black with #ED8290

Text Example


Text Example

White with #ED8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8290; }

 p { color: rgb(237,130,144); }

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

background-color css

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

 a { background-color: rgb(237,130,144); }

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

border-color css

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

 span { border-color: rgb(237,130,144); }

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